This is a simple discord bot that I made for fun.
Prefix commands with a !
to use them.
liar
: Calls someone a liar!github
: Displays the link to the repo for this bot.
See the readme in each plugins directory for specifics of
- RNG: A set of small randomizers of varying degrees of usefulness (dice rolling, magic 8 balls, pick a random person, etc)
- Steam: Steam-related functions like finding games in common
- dice
dice_str
: Rolls the dice specified bydice_str
. E.g.,2d6
,3d8+2
. Supports adding, subtracting, and multiplying values. Modifiers and dice rolls may be chained together, but a dice roll (XdY
) must come before any modifiers. No spaces indice_str
.-XL
to drop the lowestX
dice (omittingX
impliesX=1
)XdY!
to roll exploding dice
- 8ball: Ask the magic 8-ball.
- dnd
num
: Ifnum
is omitted or 1 >num
> 100, gets a random adventure from "The Doc Aquatic Brand Random Adventure Table". Ifnum
is specified, get that specific adventure. - magic20
cmd
arg
: Custom version of the magic 8ball, all custom responses. Commands areadd
anddel
.add
allows the addition of a quoted string to the list of responses (limited to 120 characters).del
allows removal based on the number of the response. - randomvoice: Randomly chooses a user from the voice channel the calling user is in. If the calling user isn't in a voice channel, an appropriate error message will be displayed.