1
0
Fork 0
mirror of synced 2024-06-01 18:29:38 +12:00
Commit graph

160 commits

Author SHA1 Message Date
phxntxm e13b74ce38 Ensure settings exist in battle 2019-01-28 23:45:15 -06:00
phxntxm d031459349 Refresh cache on some important updates 2019-01-28 00:23:19 -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 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 e7c2cdceb7 Change database saving, and command reading to not create tasks each time 2018-09-23 01:04:03 -05:00
phxntxm da67359bb3 Correct how to check if default messages should be used 2017-08-08 09:41:52 -05:00
Phxntxm ff60827bdf Use the correct defaulted battles 2017-08-07 13:59:37 -05:00
Phxntxm f4ee4e81ae Await the coroutine 2017-08-06 16:26:28 -05:00
Phxntxm 43fe8c3a67 Add a message for when everyone is attempted to be hugged/battled 2017-08-06 16:16:30 -05:00
Phxntxm d0cacd7334 Ensure settings is an empty dictionary by default 2017-07-30 20:12:36 -05:00
Phxntxm afcbca3e64 Allow server specific battles/hugs 2017-07-30 18:27:19 -05:00
Phxntxm 9ed107b997 Add 1v1 alias 2017-07-22 16:42:21 -05:00
phxntxm 899c02fd77 Handle first time battles 2017-06-28 14:53:28 -05:00
phxntxm fe7f57e9bb Correct how to get from dict 2017-06-27 22:58:38 -05:00
phxntxm f4f4fb881e Use the battlerecord class for battlestats 2017-06-27 22:56:08 -05:00
phxntxm fd8dfb92bc Correct ranking comparisons 2017-06-27 22:48:52 -05:00
phxntxm 39353ea6e7 Show rank changes when battles end 2017-06-27 22:05:00 -05:00
phxntxm fe25f93e61 Show rank changes when battles end 2017-06-27 22:02:44 -05:00
phxntxm 3c49b5ecd8 Show rank changes when battles end 2017-06-27 22:01:47 -05:00
phxntxm ebc4b0730f Correct match on rating changes 2017-06-27 21:09:16 -05:00
phxntxm c859377c32 Ensure updates after every battle 2017-06-27 21:08:25 -05:00
phxntxm d1a1d5974d Add rating changes into the battle outcomes 2017-06-27 20:57:19 -05:00
phxntxm ab93c3f436 Add the restriction checking decorator to all commands 2017-06-27 19:26:32 -05:00
phxntxm 7f2c542b3a Reenable battle 2017-06-07 13:53:27 -05:00
phxntxm e43808f40c Reenable booping 2017-06-07 03:38:08 -05:00
phxntxm efc1a3cf6d Database rewrite/User queue creation 2017-06-07 03:30:19 -05:00
phxntxm 92514b6987 Merge branch 'rewrite' of https://github.com/Phxntxm/Bonfire into rewrite 2017-05-06 00:09:50 -05:00
phxntxm 97f1da001b Correct declining battle 2017-05-05 23:59:16 -05:00
Phxntxm 6dcaf2ef99 Remove erroneous comment 2017-05-04 17:33:01 -05:00
phxntxm 38cc78c09e Correct the element passed 2017-05-02 15:15:30 -05:00
Phxntxm 6aab8267f9 Correct how to get guild from a player provided 2017-05-01 16:01:53 -05:00
Phxntxm c295265e0b Correct how to get player1 2017-05-01 15:58:58 -05:00
Phxntxm 89129a5d88 Correct how to get player's battles in accept and decline 2017-05-01 15:57:32 -05:00
Phxntxm baa16d6e18 Remove erroneous variable 2017-05-01 15:49:26 -05:00
Phxntxm d7f3307e62 Correct how to get the guild 2017-05-01 15:48:29 -05:00
Phxntxm 86a8d57666 Correct syntax error 2017-05-01 15:46:59 -05:00
Phxntxm 43b32badc4 Correct syntax error 2017-05-01 15:46:36 -05:00
Phxntxm 0d66448338 Reformat battling, to allow more than one to be done at once 2017-05-01 15:45:56 -05:00
Phxntxm 5aa87ce653 Reordering of commands to be grouped better 2017-04-30 18:56:02 -05:00
Phxntxm a21fcdeec5 Update avatar to send as png to support transparancy 2017-04-16 17:43:29 -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 503f710a4b Set the filename as the correct extension 2017-04-01 16:12:44 -05:00
Phxntxm a5b21eaa68 Handle if someone has battled someone then left the server 2017-03-23 22:02:42 -05:00
phxntxm 6ed044c1cc Convert all comparisions to the db to string, as rethinkdb fails to parse ints as keys, or long ints in general 2017-03-08 01:55:22 -06:00
phxntxm 18e5648b41 Cast ID to a str 2017-03-08 01:29:05 -06:00
phxntxm 58eb623a1a Stopped trying to pull from a one indexed list, as we no longer use that in key'd tables 2017-03-08 00:43:40 -06:00
phxntxm 69a92431d8 Removed not required string conversions 2017-03-08 00:27:03 -06:00