aboutsummaryrefslogtreecommitdiffstats
path: root/deploy.py (unfollow)
Commit message (Collapse)AuthorLines
2018-02-10only deploy on master (#5)Gravatar Christopher Baklid-3/+23
* only deploy on master
2018-02-09adds the c modules againGravatar Christopher Baklid-2/+2
2018-02-09Make commands not case-sensitiveGravatar Gareth Coles-5/+9
2018-02-09Ignore input on verification commandGravatar Gareth Coles-1/+1
2018-02-09Require verified role for info wrapper commandGravatar Gareth Coles-0/+1
2018-02-09Fix missing alias for info commandGravatar Gareth Coles-1/+1
2018-02-09Send message to the devlog channel when the bot connectsGravatar Gareth Coles-1/+6
2018-02-09Fix `bot.info()` wrapperGravatar Gareth Coles-2/+2
2018-02-09Role checks should return False in a DMGravatar Gareth Coles-0/+6
2018-02-09Hide bot command group in favour of function-like commandGravatar Gareth Coles-1/+1
2018-02-09changed the Bot.info_wrapper() to be async. all commands must be coroutines.Gravatar Leon Sandøy-2/+2
2018-02-09Fix lemon's monkey-patchingGravatar Gareth Coles-4/+4
2018-02-09Monkey patching discord.ext.commands.view methods to allow case ↵Gravatar Leon Sandøy-0/+32
insensitivity for all prefixes and commands.
2018-02-08Turn down the reqs for deployment, for nowGravatar Gareth Coles-1/+1
2018-02-08Reqs: Pure-python dulwich for nowGravatar Gareth Coles-1/+1
2018-02-08Remove spoonerismsGravatar Gareth Coles-22/+0
2018-02-08Verification (#2)Gravatar Gareth Coles-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-07snekchekGravatar Gareth Coles-1/+2
2018-02-07Fix up bot info command formatting and add git shaGravatar Gareth Coles-23/+15
2018-02-07Add "Now playing" status (#1)Gravatar Gareth Coles-1/+5
2018-02-05Fix imports :pensive:Gravatar JoeBanks13-2/+2
2018-02-05.snekrc updateGravatar JoeBanks13-1/+1
2018-02-05snekchekGravatar JoeBanks13-6/+9
2018-02-05.yaml => .ymlGravatar JoeBanks13-0/+0
2018-02-05testin' for garyGravatar JoeBanks13-1/+1
2018-02-05truvis:tm:Gravatar JoeBanks13-0/+32
2018-02-05Remove unused importGravatar Gareth Coles-1/+0
2018-02-05Events cog; currently handles command errorsGravatar Gareth Coles-0/+51
2018-02-05Fix prefixesGravatar Gareth Coles-1/+1
2018-02-05Function doesn't need to be asyncGravatar Gareth Coles-1/+1
2018-02-04Security cog; because bots don't let other bots get triggeredGravatar Gareth Coles-0/+23
2018-02-04Actually load the eval cogGravatar Gareth Coles-0/+6
2018-02-04Basic bot framework with three cogs (bot, eval, logging)Gravatar Gareth Coles-9/+221
2018-02-04Clean up repo structureGravatar Gareth Coles-0/+11