Home
Docs
Logging
  • VuePress

    • Getting Started
    • Markdown
    • Container
  • JavaScript

    • Discord.js
  • Tools

    • Netdata
GitHub (opens new window)
  • Home

    • Home
    • Basic Informations
  • Commands

    • Command Overview
    • Information Commands
    • Media Commands
    • Misc Commands
      • Embed Command
      • JSON Command
      • Quote Command
      • RandomReaction Command
      • Tag (Custom Commands)
      • Eightball
    • Moderation Commands
    • Search Commands
    • Music Commands
    • Owner Commands
Theme Configurator
BaroBot Documentation
​
Home
Docs
Logging
  • VuePress

    • Getting Started
    • Markdown
    • Container
  • JavaScript

    • Discord.js
  • Tools

    • Netdata
GitHub (opens new window)

# Misc Commands

# Embed Command

Generate a beautiful and easy to create embed powered by [Embed-Visualizer](https://leovoel.github.io/embed-visualizer/)

Args
DM
NSFW
Cooldown
60 seconds
Aliases
embedcode
BotPerms
MemberPerms
-embed <text> send a normal text as embed
-embed <embed_json> design your own embed

TIP

Use the BaroBot Embed Generator if needed. An other solution is using the Embed Visualizer (opens new window)

# JSON Command

Get the json code of a MessageEmbed. Can be used for the Embed Visualizer/Generator

Args
DM
NSFW
Cooldown
60 seconds
Aliases
BotPerms
MemberPerms
-json <message-id> Bot will search the message in the channel where the command got executed
-json <channel_id> <message_id> Get json code of an embed that is in an other channel

Keep in mind

The message must be an embed!

TIP

To avoid spam the bot will post the code to Hastebin (opens new window) and provide the link

# Quote Command

Quote a message

Args
DM
NSFW
Cooldown
10 seconds
Aliases
q
BotPerms
MemberPerms
-quote <message-id> Bot will search the message in the channel where the command got executed
-quote <channel_id> <message_id> Get the message to quote by channel_id and message_id and post anywhere

# RandomReaction Command

Picks a random reacted user from a message

Args
DM
NSFW
Cooldown
5 seconds
Aliases
rr
BotPerms
MemberPerms
-randomreaction <msg_id> Get 1 random user from first message reaction
-randomreaction <msg_id> -w 5 Get 5 random users from first message reaction

Attention!

The bot will pick users from the first reaction on the message. You may remove other reactions before executing the command.

Max Reactions

By default a bot can get only 100 reactions from Discord API. It got extended to 200!

# Tag (Custom Commands)

Add/Remove/Display custom commands

Args
DM
NSFW
Cooldown
5 seconds
Aliases
tags
BotPerms
MemberPerms
-tags Displays all custom commands
-tag add <name> <value> Add new custom command
-tag remove <name> Remove a custom command
-tag embed <name> -c <channel_id> -m <message_id> Add any embed message as custom command.

Description

The <name> is the invoke and the <value> can be any text or json code for embed

You can manage the tags from the dashboard too!

# Eightball

Ask the magic 8ball a special question!

Args
DM
NSFW
Cooldown
10 seconds
Aliases
8ball
BotPerms
MemberPerms
-8ball are bots scary?

Possible answers:

  • Absolutely!
  • Yes, sure.,
  • For sure, dude!
  • Nah...
  • No, really, no...
Last Updated 11/8/2020, 9:23:10 PM