| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2018-02-10 | only deploy on master (#5) | -3/+23 | ||
| * only deploy on master | ||||
| 2018-02-09 | adds the c modules again | -2/+2 | ||
| 2018-02-09 | Make commands not case-sensitive | -5/+9 | ||
| 2018-02-09 | Ignore input on verification command | -1/+1 | ||
| 2018-02-09 | Require verified role for info wrapper command | -0/+1 | ||
| 2018-02-09 | Fix missing alias for info command | -1/+1 | ||
| 2018-02-09 | Send message to the devlog channel when the bot connects | -1/+6 | ||
| 2018-02-09 | Fix `bot.info()` wrapper | -2/+2 | ||
| 2018-02-09 | Role checks should return False in a DM | -0/+6 | ||
| 2018-02-09 | Hide bot command group in favour of function-like command | -1/+1 | ||
| 2018-02-09 | changed the Bot.info_wrapper() to be async. all commands must be coroutines. | -2/+2 | ||
| 2018-02-09 | Fix lemon's monkey-patching | -4/+4 | ||
| 2018-02-09 | Monkey patching discord.ext.commands.view methods to allow case ↵ | -0/+32 | ||
| insensitivity for all prefixes and commands. | ||||
| 2018-02-08 | Turn down the reqs for deployment, for now | -1/+1 | ||
| 2018-02-08 | Reqs: Pure-python dulwich for now | -1/+1 | ||
| 2018-02-08 | Remove spoonerisms | -22/+0 | ||
| 2018-02-08 | Verification (#2) | -17/+137 | ||
| * Verification cog and command * snekchek * Small verification command fixes; add `accept()` * Allow `self.` as a command prefix, plus `>` and combinations of all prefixes with `self.` * Ask for `>>> self.accept()` in verification help message * Fix prefixes and command error handler * Verification: Ignore bots in message handler * Making all decorators generic. Minor change to requirements.txt * snekchek and some actually broken stuff * Small cleanup, commenting and additional bot info command * snekchek/verification help text | ||||
| 2018-02-07 | snekchek | -1/+2 | ||
| 2018-02-07 | Fix up bot info command formatting and add git sha | -23/+15 | ||
| 2018-02-07 | Add "Now playing" status (#1) | -1/+5 | ||
| 2018-02-05 | Fix imports :pensive: | -2/+2 | ||
| 2018-02-05 | .snekrc update | -1/+1 | ||
| 2018-02-05 | snekchek | -6/+9 | ||
| 2018-02-05 | .yaml => .yml | -0/+0 | ||
| 2018-02-05 | testin' for gary | -1/+1 | ||
| 2018-02-05 | truvis:tm: | -0/+32 | ||
| 2018-02-05 | Remove unused import | -1/+0 | ||
| 2018-02-05 | Events cog; currently handles command errors | -0/+51 | ||
| 2018-02-05 | Fix prefixes | -1/+1 | ||
| 2018-02-05 | Function doesn't need to be async | -1/+1 | ||
| 2018-02-04 | Security cog; because bots don't let other bots get triggered | -0/+23 | ||
| 2018-02-04 | Actually load the eval cog | -0/+6 | ||
| 2018-02-04 | Basic bot framework with three cogs (bot, eval, logging) | -9/+221 | ||
| 2018-02-04 | Clean up repo structure | -0/+11 | ||