1
0
Fork 0
mirror of synced 2024-05-09 07:02:30 +12:00
Commit graph

48 commits

Author SHA1 Message Date
Dan Hess f5c9f069ba Import forgotten os 2021-04-28 16:25:38 -08:00
Dan Hess af49c66c42 Provide source link as well, since preview fails sometimes 2021-04-28 16:24:56 -08:00
Dan Hess 98f7266c6f Fix command 2021-04-24 15:42:50 -08:00
Dan Hess 1acb507e27 Include source command 2021-04-24 15:41:55 -08:00
Dan Hess 7ce7d66c48 Catch cannot paginate errors 2020-11-19 13:49:42 -06:00
Dan Hess 6d65710cfe Remove debugging try/except 2020-11-18 14:05:06 -06:00
Dan Hess d85454f6cf Big update, use ext.tasks, couple updates to handle chunking better, log errors in tasks to error channel 2020-10-10 22:36:11 -05:00
Dan Hess 13c27f2b88 FIX 2020-07-14 14:15:29 -05:00
Dan Hess fe41c1a651 Fix cpu count (Python has GIL, cannot use more than one CPU) 2020-07-14 14:14:53 -05:00
phxntxm 5f568b37de Update to use new cog paradigm 2019-02-23 14:13:10 -06:00
phxntxm 75af7dcd6f Rewrite of database/configuration 2019-01-27 20:58:39 -06:00
phxntxm 29a14d2e3b Add spades; Move utils to it's own folder outside cogs; Remove images and fonts 2018-10-29 20:00:37 -05:00
phxntxm 1625422a5f Move back to pagination help command 2018-10-16 18:44:19 -05:00
phxntxm d00b878ecd Correct where to import bucket from 2018-10-12 15:50:42 -05:00
phxntxm dc9f49f568 Add coolodown to help to see if this will stop memory problems 2018-10-12 15:47:07 -05:00
phxntxm 925beb8b2e Send short messages to the channel 2018-10-10 19:36:39 -05:00
phxntxm f0cbb39d25 Send short messages to the channel 2018-10-10 19:34:52 -05:00
phxntxm 9b24998c17 Add a ping command 2018-10-10 18:46:34 -05:00
phxntxm fda6b3aae2 Remove ljust 2018-10-08 19:29:20 -05:00
phxntxm d19696e0ec Put dev server invite at the bottom of help command 2018-10-08 19:28:47 -05:00
phxntxm c63b7a176f Update help command to remove pagination 2018-10-08 15:40:10 -05:00
phxntxm c2650ace52 Update paginator/help command 2018-10-04 14:14:09 -05:00
phxntxm a96835326c Change to check all requirements in the command checks, not some in on_message 2018-09-23 17:34:14 -05:00
phxntxm ad0b4a6362 PEP8 2018-09-23 14:23:27 -05:00
phxntxm d7b9e04742 Remove music 2018-04-24 17:53:43 -05:00
phxntxm 0ff6704206 Add a coinflip command 2017-12-02 16:21:39 -06:00
phxntxm 60cf454122 Correct how to handle when permissions are missing 2017-10-15 15:45:03 -05:00
Phxntxm 0c53100e7b Raise limit of dice to 30 2017-07-23 21:15:01 -05:00
phxntxm a7a8444e4d Remove unneeded pass_context calls 2017-07-18 17:08:09 -05:00
phxntxm 45d80bf6b9 Newline corrections 2017-07-11 14:38:12 -05:00
phxntxm 048af76400 Correct attribute lookup on owner 2017-07-11 14:36:24 -05:00
phxntxm 368914a7c7 Rework the info command 2017-07-11 14:34:45 -05:00
Phxntxm 086b7f660b Remove embed from invite link 2017-07-02 22:18:33 -05:00
phxntxm ea53c2dbd0 Allow subtract and addition for rolls 2017-06-28 17:43:28 -05:00
phxntxm ab93c3f436 Add the restriction checking decorator to all commands 2017-06-27 19:26:32 -05:00
phxntxm efc1a3cf6d Database rewrite/User queue creation 2017-06-07 03:30:19 -05:00
Phxntxm 159efa6dee Use correct variable reference 2017-05-18 21:04:33 -05:00
Phxntxm 32be71d4ec Correctly get examples, results, and the description 2017-05-18 21:03:00 -05:00
Phxntxm 38018674bc Use the qualified name for the commands 2017-05-18 20:45:24 -05:00
Phxntxm 11fae59047 Correct a couple old references 2017-05-18 20:44:28 -05:00
Phxntxm 6f4a5ee0ba Correct order of if statement 2017-05-18 20:42:42 -05:00
Phxntxm fcf88680ce Readd specific command help 2017-05-18 20:41:41 -05:00
Phxntxm 8860cd90a7 Add aliases; sort cogs 2017-05-15 18:36:39 -05:00
Phxntxm 064e182dde Don't add commands users can't run 2017-05-07 20:42:42 -05:00
Phxntxm bd7b5a5ca5 Add songs playing to info embed 2017-05-04 17:33:10 -05:00
phxntxm e4ef3c075b Use better jokes 2017-05-02 19:29:14 -05:00
Phxntxm e574e2d532 Use the bot's clientuser's avatar url to not cause issues in PM 2017-04-30 19:05:11 -05:00
Phxntxm 5aa87ce653 Reordering of commands to be grouped better 2017-04-30 18:56:02 -05:00
Renamed from cogs/core.py (Browse further)