Joey Hines
|
9b632ce1b8
|
Error message to error users now shows the command.
|
2018-09-27 15:06:15 -05:00 |
Joey Hines
|
a4a90ea626
|
?help in a private message no longer gives "I send you some help in the DMs" message
|
2018-09-21 21:08:14 -05:00 |
Joey Hines
|
7b36784a89
|
Username update code now working
|
2018-09-19 09:23:03 -05:00 |
Joey Hines
|
446adfa6dc
|
help in channel message now works regardless of case
|
2018-09-16 22:52:04 -05:00 |
Joey Hines
|
1ed9252858
|
Band-aid solution for the register problem. Mods can now manually add players to the database. Mods can now search for players too. Also fixed a few small issues.
|
2018-09-14 08:21:02 -05:00 |
Joey Hines
|
c3b10d2ad9
|
Improved some help messages.
|
2018-09-13 15:31:54 -05:00 |
Joey Hines
|
81ed6f9032
|
Bunch of polishing, looks good for release. Version number now 1.0.0.
|
2018-09-13 11:25:40 -05:00 |
Joey Hines
|
6e03ce3fdf
|
updated readme
|
2018-09-12 17:21:35 -05:00 |
Joey Hines
|
3f477eefc5
|
The bot now uses the rewrite... like it should have this whole time...
|
2018-09-12 16:11:56 -05:00 |
Joey Hines
|
6e6ba39fab
|
Log file path can now be set in the config and all errors are now logged.
|
2018-09-12 14:33:57 -05:00 |
Etzelia
|
6a2d867a47
|
Updated log to use an absolute path.
|
2018-09-12 12:31:20 -05:00 |
Etzelia
|
c9aa6dcde2
|
Updated change_presence to new rewrite format.
|
2018-09-12 12:01:44 -05:00 |
Joey Hines
|
975648a926
|
Default status now controlled by config again
|
2018-08-30 12:31:15 -05:00 |
Joey Hines
|
2111bf8c8e
|
fixed issue with ?register function. Also cleaned up code a bit
|
2018-08-30 11:46:20 -05:00 |
Joey Hines
|
6748f01208
|
Refactored bot.py to wrap Geoffrey in his own class. This will be better for the future for expansions and allowed for cleaning up a lot of the config mess. The Config now all features back except for the named tunnel directions which are removed for now...
|
2018-08-30 11:34:19 -05:00 |
Joey Hines
|
fc9e7da9c4
|
Fixed import issue
|
2018-08-30 08:59:32 -05:00 |
Joey Hines
|
89bf3b0ba7
|
Refactored how the config file is handled. The location can now be passed in as an arg in start_bot... This broke a few features of the config
|
2018-08-29 16:10:35 -05:00 |
Joey Hines
|
3e7d721d2e
|
Merge branch 'master' of https://github.com/joeyahines/Geoffrey
|
2018-08-29 13:38:45 -05:00 |
Joey Hines
|
6083e9d1c7
|
Updated error handling to better suited for when an error dosen't have an origina attr
|
2018-08-29 13:37:06 -05:00 |
Etzelia
|
8db428019f
|
Update change_presence
Discord.py updated their method to use an activity instead. Based on their example, this should work.
|
2018-08-29 11:20:00 -05:00 |
Etzelia
|
7b3d3362ff
|
Fully qualified path name to cogs.
This is an untested PR directly on GitHub.
This should allow Geoffrey to be installed as a module and still find his cogs (should be renamed sed tbh).
|
2018-08-29 10:49:32 -05:00 |
Joey Hines
|
67640948d8
|
Moved logging to bot.py and fixed config issues
|
2018-08-29 10:08:21 -05:00 |
Joey Hines
|
330fa16970
|
Fixed imports for modules
|
2018-08-21 15:36:51 -05:00 |
Joey Hines
|
c7eed7fe71
|
Added setup.py and reorganized the project.
|
2018-08-20 17:54:14 -05:00 |