AlexMassenzio / RedBot

A Discord bot using Discord.Net with running a community in mind.
GNU General Public License v3.0
0 stars 3 forks source link

Add The ~roll Command #6

Closed AlexMassenzio closed 8 years ago

AlexMassenzio commented 8 years ago
richardkopelow commented 8 years ago

I know it doesn't say help wanted, but I would be happy to take this for a spin.

richardkopelow commented 8 years ago

and would "dice notation" include arithmetic like d20+4 or d6+d4? Also, would you prefer this go in the UtilityCommands file or in the InitializeCommands function like you mentioned in the how-to-contribute document?

AlexMassenzio commented 8 years ago

Hey @richardkopelow! Since the last commit, I have changed quite a bit of the structure so the wiki is pretty out of date. (EDIT: It is now up-to-date)

As for the dice notation, I originally wasn't going to add extra parts like that, but if you feel up to the challenge I will not stop you ;)

AlexMassenzio commented 8 years ago

You can put it straight into UtilityCommands as well :)

richardkopelow commented 8 years ago

How do I test the program? I am pretty sure I have the command done, but when I ran the program it started asking me questions I didn't have the answer to.

AlexMassenzio commented 8 years ago

You can generate a new bot here: https://discordapp.com/developers/applications/me to get a token. You can either add it to your own server or the C2GS server.

AlexMassenzio commented 8 years ago

Merged, gonna quickly test it on my side.

AlexMassenzio commented 8 years ago

Integer modifier and default still need to be implemented.

AlexMassenzio commented 8 years ago

Won't be able to test the new merge until tonight.

AlexMassenzio commented 8 years ago

Sorry for the wait! I'll be testing it right after class!

AlexMassenzio commented 8 years ago

Looks good @richardkopelow ! Thanks for the help!