1
0
Fork 0
mirror of synced 2024-06-29 03:30:57 +12:00
Commit graph

679 commits

Author SHA1 Message Date
Phxntxm 82709c9b5f imported missing module 2016-08-13 21:50:18 -05:00
Phxntxm aea37395eb moving setup to the top to test 2016-08-13 21:33:12 -05:00
Phxntxm a38c03c2f3 Modifying setup 2016-08-13 21:24:19 -05:00
Phxntxm 1bb4c96fae Moved setup function to see if that fixes the error 2016-08-13 21:20:30 -05:00
Phxntxm 1458e3b4e9 Removed traceback printing 2016-08-13 21:10:53 -05:00
Phxntxm f58e1290c7 Printing traceback for loading, as it doesn't seem to be working 2016-08-13 20:58:10 -05:00
Phxntxm 9394f4ebeb Printing traceback for loading, as it doesn't seem to be working 2016-08-13 20:55:55 -05:00
Phxntxm 893af0e0cc Printing traceback for loading, as it doesn't seem to be working 2016-08-13 20:55:12 -05:00
Phxntxm 89d5bd9a22 Corrected error in comprehension 2016-08-13 20:53:01 -05:00
Phxntxm 80ff6b31be Corrected syntax error 2016-08-13 20:49:58 -05:00
Phxntxm 10a1c87e0e Added required setup method 2016-08-13 20:48:08 -05:00
Phxntxm c40d3e9fe5 Corrected syntax error 2016-08-13 20:47:18 -05:00
Phxntxm 3262abe24f Added a strawpoll cog 2016-08-13 20:46:47 -05:00
Phxntxm 3c2edcca68 Removed the test command 2016-08-13 20:44:32 -05:00
Phxntxm 6794eefbc2 Adding a test command to test message matching 2016-08-13 20:43:35 -05:00
Phxntxm 58d87ceba9 I forgot an await.... 2016-08-13 17:48:49 -05:00
Phxntxm b418d91d31 Corrected what should be added to the 'author' list 2016-08-13 17:48:13 -05:00
Phxntxm e63bbcd70b Added a missing import 2016-08-13 17:46:45 -05:00
Phxntxm f1a88015b3 Added an information command to print some information about the bot 2016-08-13 17:46:15 -05:00
Phxntxm 881ac09ab7 Removed checking for saving returns True, as this is no longer valid 2016-08-13 15:16:52 -05:00
Phxntxm 2f9b75f5d7 Changed random generating to use SystemRandom, for better random numbers 2016-08-13 14:58:47 -05:00
Phxntxm aaa63a7c27 Changed variable name to not interfere with the method name 2016-08-12 19:38:56 -05:00
Phxntxm b8b923a7a9 Corrected the glob checking 2016-08-12 18:54:37 -05:00
Phxntxm 20063b689d Added the discord bots variable to the README file 2016-08-12 15:33:55 -05:00
Phxntxm d14df8e3ea Corrected how to create the config.json file if it does not exist 2016-08-12 14:52:44 -05:00
Phxntxm c95bdcbd96 Changed up saving content, as this sometimes caused the config file to be completely erased 2016-08-12 14:38:59 -05:00
Phxntxm 600a704e8b Corrected error where no nsfw_channel was found 2016-08-12 14:32:38 -05:00
phxntxm f8b767eb1c Changes made for pep8 2016-08-12 12:37:29 -05:00
phxntxm 20f6c2bcc3 Provided more information for the bot 2016-08-12 00:34:17 -05:00
phxntxm 276d35213f Merge branch 'master' of https://github.com/Phxntxm/Bonfire 2016-08-12 00:17:47 -05:00
Phxntxm a65c1b8f9c Using relative pathing; also adding failure messages upon attempting to run the bot without a valid config.yml file 2016-08-11 21:14:30 -05:00
Phxntxm 89ca7b0469 Changed pathing to relative pathing 2016-08-11 21:13:35 -05:00
Phxntxm 96c58d4341 Changing directory to the one the main file is in, so relative paths can be used reliably. This allows the code to easily be used by others if needed 2016-08-11 21:13:02 -05:00
Phxntxm 3fde0c20ba Added the log file to the files to ignore 2016-08-11 21:12:21 -05:00
Phxntxm dee1b616f2 Changed which endpoint was checked, so there's no need to make an http request for every user to check if they are online 2016-08-11 14:33:19 -05:00
Phxntxm 0f1e566b04 Corrected syntax error 2016-08-11 14:04:25 -05:00
Phxntxm 12f8fb3964 Corrected which channel's ID's are saved 2016-08-11 14:02:47 -05:00
Phxntxm 31459b8f18 corrected syntax error 2016-08-11 14:00:55 -05:00
Phxntxm d906b46daf Changed notifications settings so that a mod can set a certain channel, for all notifications 2016-08-11 14:00:24 -05:00
phxntxm 50807e0109 Updated paths to use a variable for the base_path, making it easier to update if something moves 2016-08-10 19:46:23 -05:00
phxntxm dc257e9072 Corrected error when the wrong key was searched 2016-08-10 10:23:15 -05:00
phxntxm 23901ed148 Removed pass, might have been causing the issue with checking if someone has gone live 2016-08-10 10:20:58 -05:00
phxntxm 2b4b467c55 Changed the picarto settings, to allow multiple servers to be notified 2016-08-09 23:46:28 -05:00
phxntxm 08518e3beb Made updates to add a default dictionary/list if one was not found in the config file 2016-08-09 21:13:53 -05:00
phxntxm 7fcb0738f8 Printing error when a command's requirements are missing, as based on my error log, people don't know how to use the help command 2016-08-08 18:57:33 -05:00
phxntxm e07bc8359e Removed error printing, changed up how the name is printed 2016-08-08 18:43:18 -05:00
phxntxm e7b4f1c980 Printing error, as the checking for online isn't working for picarto 2016-08-08 18:40:52 -05:00
phxntxm 3a857b641f Changed the notification method name 2016-08-08 18:32:33 -05:00
Phxntxm 8b6aea195f Uncommented the check to see if someone has gone online 2016-08-08 17:26:44 -05:00
Phxntxm 9abe4f1d00 Changed descrption when adding a picarto URL, to make it clear the channel will be the one notified 2016-08-08 17:21:50 -05:00