Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-06-29 | Added xboxpresence command | AnInternetTroll | 1 | -0/+37 | |
2020-06-29 | Added xboxuser command | AnInternetTroll | 1 | -0/+64 | |
2020-06-28 | Cooldown of 60 sec to @someone | AnInternetTroll | 1 | -0/+1 | |
2020-06-27 | TODO: Make ID's ints D: | Mango0x45 | 1 | -3/+3 | |
2020-06-27 | Set purge limit to 500 | Mango0x45 | 1 | -1/+1 | |
2020-06-27 | Made purge() use .purge | Mango0x45 | 1 | -2/+1 | |
2020-06-27 | un-hardcoded pendingRuns() and removed clear() | Mango0x45 | 1 | -9/+4 | |
2020-06-27 | modified: cogs/admin.py | AnInternetTroll | 15 | -1/+4 | |
modified: cogs/compiler.py | |||||
2020-06-27 | fixed a comma | Mango0x45 | 1 | -2/+2 | |
2020-06-27 | Listed compiler languages in order | Mango0x45 | 1 | -12/+12 | |
2020-06-27 | Added elixir as a language | AnInternetTroll | 1 | -1/+2 | |
2020-06-27 | Fixed translation mentions | AnInternetTroll | 3 | -8/+11 | |
2020-06-26 | Added basic compiler | AnInternetTroll | 14 | -1/+80 | |
2020-06-26 | Fixed is_botmaster check | Mango0x45 | 1 | -18/+18 | |
2020-06-26 | Quick test | Mango0x45 | 1 | -4/+7 | |
2020-06-26 | Fixed stuff, and removed password on logs | Mango0x45 | 1 | -19/+15 | |
2020-06-26 | pls work | Mango0x45 | 1 | -1/+1 | |
2020-06-25 | cleaned up code | Mango0x45 | 1 | -17/+17 | |
2020-06-25 | restricted setvar to bot_masters | Mango0x45 | 1 | -6/+7 | |
2020-06-25 | Updated readme | Mango0x45 | 1 | -2/+2 | |
2020-06-25 | Updated readme | Mango0x45 | 1 | -2/+2 | |
2020-06-25 | Updated readme | Mango0x45 | 1 | -1/+21 | |
2020-06-25 | set_var now supports lists | Mango0x45 | 1 | -1/+2 | |
2020-06-25 | pls fix | Mango0x45 | 1 | -195/+195 | |
2020-06-25 | tabs pls | Mango0x45 | 1 | -196/+196 | |
2020-06-25 | Removed passwords and added a bot master whitelist | Mango0x45 | 1 | -7/+7 | |
2020-06-25 | removed useless spaces | Mango0x45 | 1 | -1/+1 | |
2020-06-25 | removed a space | Mango0x45 | 1 | -1/+1 | |
2020-06-25 | increased efficiency by using an or statement | Mango0x45 | 1 | -3/+1 | |
2020-06-25 | removed some useless spaces | Mango0x45 | 1 | -2/+2 | |
2020-06-25 | fixed spacing | Mango0x45 | 1 | -4/+4 | |
2020-06-24 | vim sucks with spacing | Mango0x45 | 1 | -9/+9 | |
2020-06-24 | idk some spacing thing | Mango0x45 | 1 | -2/+2 | |
2020-06-24 | fixed faulty logic | Mango0x45 | 1 | -49/+2 | |
2020-06-24 | modified: cogs/utils.py | AnInternetTroll | 1 | -1/+1 | |
2020-06-24 | Cleaned up @someone | Mango0x45 | 1 | -14/+4 | |
2020-06-24 | Updated the secret | Mango0x45 | 1 | -0/+1 | |
2020-06-24 | modified: cogs/utils.py | AnInternetTroll | 1 | -0/+2 | |
2020-06-24 | Update utils.py | Thomas Voss | 1 | -1/+6 | |
2020-06-24 | Update utils.py | Thomas Voss | 1 | -6/+1 | |
2020-06-23 | i dont remember what I did to this file but apparantly its not the same | Mango0x45 | 1 | -23/+0 | |
2020-06-23 | added sky to utils | Mango0x45 | 1 | -2/+3 | |
2020-06-21 | fixed the dumb | Mango0x45 | 1 | -10/+10 | |
2020-06-21 | tabs pls | Mango0x45 | 1 | -11/+11 | |
2020-06-21 | Made findsleep more efficient | Mango0x45 | 1 | -40/+34 | |
2020-06-21 | Fixed mute command | AnInternetTroll | 1 | -5/+5 | |
2020-06-21 | modified: cogs/logs.py | AnInternetTroll | 14 | -0/+0 | |
2020-06-20 | fixed TypeError in on_message_edit | Skycloudd | 1 | -0/+3 | |
When an embed gets loaded, discord sends out the message edited event, and because of that it gets weird. so you just check if the content of the message actually changed, and that should fix it. | |||||
2020-06-17 | De-hardcoded utils, general and logs. The problem left is src. | AnInternetTroll | 7 | -19/+46 | |
2020-06-14 | Better logging | AnInternetTroll | 5 | -21/+13 | |