aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * added type hinting, and rearranged some code for readabilityGravatar Sam W2018-02-13-9/+12
| | |
| | * changed the way command names are shown (due to the change in command names ↵Gravatar Sam W2018-02-13-2/+2
| | | | | | | | | | | | for the command wrappers)
| | * fixed styling (again)Gravatar Sam W2018-02-13-1/+1
| | |
| | * changed commented examples to docstringsGravatar Sam W2018-02-13-20/+23
| | |
| | * fixed more pylintGravatar Sam W2018-02-13-3/+2
| | |
| | * fixed pylint errorsGravatar Sam W2018-02-13-3/+6
| | |
| | * reordered imports on __main__.pyGravatar univ2018-02-13-1/+1
| | |
| | * moved formatter.py to correct dir, and changed __main__.py to use the formatterGravatar univ2018-02-13-1/+3
| | |
| | * added exampleGravatar univ2018-02-13-0/+8
| | |
| | * fixed broken import againGravatar univ2018-02-13-1/+1
| | |
| | * fixed imports and added new constantGravatar univ2018-02-13-2/+6
| | |
| | * added help for specific commandsGravatar univ2018-02-13-0/+29
| | |
| | * added main help and modulestringGravatar univ2018-02-13-1/+48
| | |
| | * added formatter.pyGravatar univ2018-02-13-0/+8
| |/
| * I'm not even gonna check that errorGravatar Gareth Coles2018-02-13-1/+1
| |
| * Get user count from server membersGravatar Gareth Coles2018-02-13-2/+3
| |
* | Deployment cogGravatar Gareth Coles2018-02-15-3/+85
|/
* Use a case-insensitive dict for cogs.Gravatar Gareth Coles2018-02-12-0/+51
|
* Swap around aliases in info command wrapperGravatar Gareth Coles2018-02-12-1/+1
|
* Update logging.py (#6)Gravatar Joseph2018-02-12-12/+0
| | | | | | | | * Update logging.py * PEP8 * Complete #1pv7v
* only deploy on master (#5)Gravatar Christopher Baklid2018-02-10-3/+23
| | | | * only deploy on master
* Merge pull request #4 from discord-python/readd-c-modulesGravatar lmn2018-02-10-2/+2
|\ | | | | adds the c modules again
| * adds the c modules againGravatar Christopher Baklid2018-02-09-2/+2
|/
* Make commands not case-sensitiveGravatar Gareth Coles2018-02-09-5/+9
|
* Ignore input on verification commandGravatar Gareth Coles2018-02-09-1/+1
|
* Require verified role for info wrapper commandGravatar Gareth Coles2018-02-09-0/+1
|
* Fix missing alias for info commandGravatar Gareth Coles2018-02-09-1/+1
|
* Send message to the devlog channel when the bot connectsGravatar Gareth Coles2018-02-09-1/+6
|
* Fix `bot.info()` wrapperGravatar Gareth Coles2018-02-09-2/+2
|
* Role checks should return False in a DMGravatar Gareth Coles2018-02-09-0/+6
|
* Hide bot command group in favour of function-like commandGravatar Gareth Coles2018-02-09-1/+1
|
* changed the Bot.info_wrapper() to be async. all commands must be coroutines.Gravatar Leon Sandøy2018-02-09-2/+2
|
* Fix lemon's monkey-patchingGravatar Gareth Coles2018-02-09-4/+4
|
* Monkey patching discord.ext.commands.view methods to allow case ↵Gravatar Leon Sandøy2018-02-09-0/+32
| | | | insensitivity for all prefixes and commands.
* Turn down the reqs for deployment, for nowGravatar Gareth Coles2018-02-08-1/+1
|
* Reqs: Pure-python dulwich for nowGravatar Gareth Coles2018-02-08-1/+1
|
* Remove spoonerismsGravatar Gareth Coles2018-02-08-22/+0
|
* Verification (#2)Gravatar Gareth Coles2018-02-08-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
* snekchekGravatar Gareth Coles2018-02-07-1/+2
|
* Fix up bot info command formatting and add git shaGravatar Gareth Coles2018-02-07-23/+15
|
* Add "Now playing" status (#1)Gravatar Gareth Coles2018-02-07-1/+5
|
* Fix imports :pensive:Gravatar JoeBanks132018-02-05-2/+2
|
* .snekrc updateGravatar JoeBanks132018-02-05-1/+1
|
* snekchekGravatar JoeBanks132018-02-05-6/+9
|
* .yaml => .ymlGravatar JoeBanks132018-02-05-0/+0
|
* testin' for garyGravatar JoeBanks132018-02-05-1/+1
|
* truvis:tm:Gravatar JoeBanks132018-02-05-0/+32
|
* Remove unused importGravatar Gareth Coles2018-02-05-1/+0
|
* Events cog; currently handles command errorsGravatar Gareth Coles2018-02-05-0/+51
|
* Fix prefixesGravatar Gareth Coles2018-02-05-1/+1
|