1
0
Fork 0
mirror of synced 2024-09-28 07:21:16 +12:00
Commit graph

2087 commits

Author SHA1 Message Date
Phxntxm
ba24b24933 Add server to globals for convenience 2017-04-13 21:55:57 -05:00
Phxntxm
713eeb1e3a Update modules to match current requirements 2017-04-13 20:31:03 -05:00
Phxntxm
e3e971bfdc readd sharding info 2017-04-13 20:11:33 -05:00
Phxntxm
8181eca8dc Remove DA from the examples 2017-04-13 19:51:39 -05:00
Phxntxm
8962218f7d Remove DA from the examples 2017-04-13 19:51:10 -05:00
Phxntxm
58b8a0d125 Merge branch 'rewrite' of https://github.com/Phxntxm/Bonfire into rewrite 2017-04-13 18:42:36 -05:00
Phxntxm
46e28b81a1 Update to check if a message should be ignored 2017-04-13 18:30:14 -05:00
phxntxm
ac8689881d Check if a message should be ignored 2017-04-11 00:22:11 -05:00
Phxntxm
38133ad8bb Add the ability to ignore channels/members 2017-04-10 20:26:28 -05:00
Phxntxm
e531d0ab4d Correct issue where forbidden_tags were put in the wrong place 2017-04-10 19:44:10 -05:00
Phxntxm
71a9512888 Catch when a raffle is running in a server the bot is no longer in 2017-04-09 21:13:34 -05:00
Phxntxm
f69b947cfb Correct region retrieving 2017-04-09 17:37:00 -05:00
Phxntxm
78b511c867 Compare the channel instead of the ID 2017-04-09 17:32:50 -05:00
Phxntxm
79994c6cf4 Convert files to the new discord.File format 2017-04-08 22:16:12 -05:00
Phxntxm
74d22f2d8d Update no_pm to use the decorator instead 2017-04-08 22:04:46 -05:00
Phxntxm
6029797f1c Removed strawpoll 2017-04-08 22:04:36 -05:00
Phxntxm
3f2f7e77a3 Catch failures to send messages on exceptions 2017-04-08 21:52:10 -05:00
Phxntxm
f99afec44f Catch not being able to send a message 2017-04-08 21:51:39 -05:00
Phxntxm
c4b29224a6 Catch twitch returning no information 2017-04-08 21:51:22 -05:00
Phxntxm
a45f37324e Catch if a user has no top scores 2017-04-06 17:09:25 -05:00
Phxntxm
e0136bce2f Catch if a user has no top scores 2017-04-06 17:08:40 -05:00
Phxntxm
66bafe381a Forbid a couple of things that can get tags and hangman stuck 2017-04-06 17:01:35 -05:00
Phxntxm
063d64e86c Forbid a couple of things that can get tags and hangman stuck 2017-04-06 16:53:37 -05:00
Phxntxm
d0f96db9b5 Disallow prefixes over 20 characters 2017-04-06 16:41:31 -05:00
Phxntxm
f31dc9c24b Correct issue where an invalid attribute is being referenced 2017-04-01 22:07:47 -05:00
Phxntxm
503f710a4b Set the filename as the correct extension 2017-04-01 16:12:44 -05:00
Phxntxm
66cba8a0a7 Correct how to print the time left 2017-03-27 22:11:36 -05:00
Phxntxm
5631913021 Fix a couple issues in how roulette functions 2017-03-27 22:06:05 -05:00
Phxntxm
18a36ad9a0 Correct reference to the start time 2017-03-27 21:57:31 -05:00
Phxntxm
08980f4cbb Add a setup method 2017-03-27 21:56:20 -05:00
Phxntxm
24a23f1277 Correct syntax error 2017-03-27 21:55:21 -05:00
Phxntxm
7f2db7b3a6 Add a roulette command 2017-03-27 21:54:14 -05:00
Phxntxm
e8b725484a Add a check to ensure that we have online channels 2017-03-27 21:27:17 -05:00
Phxntxm
26bd3931a6 Catch if a user has no server tags 2017-03-27 18:33:41 -05:00
Phxntxm
dd3742a318 Call strip 2017-03-27 18:31:42 -05:00
Phxntxm
bf7326dccb Add a mytags command to show all of a user's tags on the server 2017-03-27 18:30:58 -05:00
Phxntxm
bc0aac4009 Add another lower/strip in case old tags aren't 2017-03-27 18:24:53 -05:00
Phxntxm
a77d22effc Lower and strip triggers for tags on creation and usage 2017-03-27 18:23:09 -05:00
Phxntxm
1296ab6d39 Disallow tags to be created with the same name as subcommands 2017-03-27 17:48:27 -05:00
Phxntxm
989d909c2f Update how message's are edited to match rewrite 2017-03-27 14:37:58 -05:00
Phxntxm
37a5fb3701 Update the way channels are compared to work with rewrite 2017-03-27 13:57:35 -05:00
Phxntxm
20734739a8 Convert list comp to normal for loop 2017-03-26 22:13:36 -05:00
Phxntxm
f6d143dd79 Await the coroutine 2017-03-26 22:12:21 -05:00
Phxntxm
586e0e45f8 Don't include commands that a user can't run 2017-03-26 21:10:08 -05:00
Phxntxm
75029b9abb Import asyncio so timeout's can be handled 2017-03-26 21:00:36 -05:00
Phxntxm
86169750db Update hangman to accept custom created hangman phrases again 2017-03-26 18:57:52 -05:00
Phxntxm
69c7562c58 Correct issue where the type of channel wasn't being checked 2017-03-26 13:46:51 -05:00
Phxntxm
6af06cfa30 Add a message if you try to edit a non-existing tag 2017-03-25 23:02:47 -05:00
Phxntxm
b94a2438b1 Correct syntax error 2017-03-25 23:00:30 -05:00
Phxntxm
5e0a4a763a Correct syntax error 2017-03-25 23:00:07 -05:00