Creating a simple Discord bot for some fun. I'm curious to see what I can do with it. We'll see how far this project goes.
- Hi: greets user in the same language (english, polish, japanese)
- Ex: !hi, !czesc, !ohayo
- RandomUser: Chooses a random user on the server (can even choose yourself); display message if one is given
- Ex: !randomUser, !randUser, !ru
- Ex: !ru won a prize! -> "(randomly-chosen-user) won a prize!"
- FlipCoin: Flips a coin and shows heads or tails
- Ex: !flipCoin, !flip, !fc, !coinFlip
- Roll: Rolls dice based on specified number and type of dice; can also use various operators (+,-,*,/,%,^) to combine with your roll
- Ex: !roll, !dice, !r
- Ex: !roll d4, !roll 3d8, !roll 2d7 + 4, !roll d6 - d100, !roll 5d20 + 6 * d100