58 Commits

Author SHA1 Message Date
4eb33e374d Send users a PM with their roles 2017-09-14 20:28:04 +00:00
Luke Robles
03eef33b9a Rewrite of the help output. now it will PM you 2017-09-02 00:56:34 -04:00
Luke Robles
89864801b3 Remove bad words from the danbooru search. Fixes #24 2017-08-23 20:36:05 -07:00
Luke Robles
f6db134e49 Spacing to wallpaer module 2017-08-20 16:27:09 -05:00
Luke Robles
22c9f954c5 Move the avatar stuff into its own module to keep things clean 2017-08-20 14:40:41 -05:00
d78c043a15 randomize profile pic on launch and create a get from reddit function 2017-08-20 16:50:17 +00:00
Luke Robles
c556d67b1a Removing unnecessary else 2017-08-19 18:03:04 -05:00
Luke Robles
17eace836d Actually return a link 2017-08-19 17:56:30 -05:00
Luke Robles
17cd95d971 Really big PR.\nBuilding out a role check module and linting a lot of the bot for cleanliness. Fixes #22 2017-08-18 17:22:15 -05:00
Luke Robles
abff3e6313 Removing this unnecessary else 2017-08-17 10:23:12 -07:00
Luke Robles
f4911c7eaf Adding in wolfram alpha functionality 2017-08-17 10:21:29 -07:00
Luke Robles
c15036e413 removing unused imports 2017-08-17 00:28:58 -07:00
Luke Robles
e943c5e0d6 Also alphabatizing the imports 2017-08-17 00:27:34 -07:00
Luke Robles
077d4c6192 Moving lewds into its own module and alphabatizing all the if statements in dragon-bot.py 2017-08-17 00:26:58 -07:00
Unknown
142486a80c small fixes
typo and help_method update
2017-08-17 01:07:10 -05:00
Unknown
3cb84b9d6a moar bugfix
correct indent for response, adds response for parse incorrect tag url
2017-08-17 01:02:21 -05:00
Unknown
6b727ea417 bugfix
remove unused variable.  import requests for correct image retrieval
2017-08-17 00:51:35 -05:00
Unknown
aefb1aadf2 Complete Rewrite
changed everything
2017-08-17 00:30:17 -05:00
Unknown
2d545b8608 Merge remote-tracking branch 'origin/wallpaper_module' into wallpaper_module 2017-08-16 22:27:07 -05:00
Unknown
b8626e5599 Cleanup Code
Removed tons of instances of x.replace
2017-08-16 22:23:47 -05:00
Unknown
3ecfe21fce Cleanup code
remove redundant return
2017-08-16 22:04:30 -05:00
Unknown
fc7c65a6d9 wallpaper moved to isolated module
also allows !wallpaper help
see issue #7 for details
2017-08-16 22:04:30 -05:00
Luke Robles
44486b5ea7 Fixing decidee lgoic and shortening excuse logic 2017-08-16 19:55:16 -07:00
Unknown
1ba5e3d38e Cleanup code
remove redundant return
2017-08-16 21:46:48 -05:00
Tyler Hodapp
79abcc7988 Merged in decide (pull request #23)
moving decide into it s own module

Approved-by: Luke Robles <lukelrobles@gmail.com>
2017-08-17 02:26:25 +00:00
Unknown
79793dd6e8 wallpaper moved to isolated module
also allows !wallpaper help
see issue #7 for details
2017-08-16 21:00:32 -05:00
Tyler
32a8e67dbc fixing the names of decide 2017-08-16 18:53:30 -06:00
Jonathan Tan
c4d24d1ad6 changed ordering 2017-08-16 17:02:55 -07:00
Jonathan Tan
d131af8d8e doin the thing 2017-08-16 17:00:43 -07:00
Tyler
bbb8a1556c moves decide into a module, fixes #11 2017-08-16 16:58:47 -06:00
4fb9554575 Set dragon bot's status to show the help command 2017-08-15 13:24:55 -07:00
Luke Robles
32549a97ef Removing the responses variable since im only using it once 2017-08-12 11:18:44 -07:00
Luke Robles
997dcbc5c3 adding my 8ball code to dragon bot, see #13 2017-08-12 10:17:33 -07:00
Luke Robles
45371a49f4 formatting 2017-08-11 19:33:20 -07:00
Luke Robles
64d703c452 formatting 2017-08-11 19:29:35 -07:00
Tyler Hodapp
252cb45d4e dragon-bot.py edited online with Bitbucket 2017-08-12 02:21:34 +00:00
Tyler Hodapp
19bfe341a8 define_method.py edited online with Bitbucket 2017-08-12 02:18:07 +00:00
Tyler
d9892ac441 added define module, fixes #3 2017-08-11 20:13:03 -06:00
Luke Robles
091fcd971f cleaning up this block of code as well 2017-08-10 15:08:14 -07:00
Luke Robles
2c0c27d17f also making the environment varible more sensible 2017-08-10 14:46:22 -07:00
Luke Robles
47e9f99449 Adding debug mode 2017-08-10 14:44:13 -07:00
Luke Robles
a9a025484f fixing typo 2017-08-10 14:40:13 -07:00
Luke Robles
7ca622e252 Adding some more prints to the on_ready function 2017-08-10 14:38:43 -07:00
Luke Robles
4fe3a49ad3 Finally a testing framework, fixes #9 2017-08-10 13:53:32 -07:00
5b8d183db9 Merged in fix_define (pull request #14)
Fixing define method, fixes #5
2017-08-09 21:03:19 +00:00
2a1d69b708 Merged in help_module (pull request #16)
Condensing the help method into just two lines!, fixes #8
2017-08-09 21:02:39 +00:00
Luke Robles
40443cb91b removing unnessary else statement 2017-08-09 13:58:32 -07:00
Luke Robles
d30f883ec2 Condensing the help method into just two lines!, fixes #8 2017-08-09 13:56:11 -07:00
Kyler Juresic
febd9f9f5b Hotfix for purge
misaligned indent, fixes issue #6
2017-08-09 15:32:23 -05:00
Kyler Juresic
44caf1c635 Edited help to reflect changes to purge 2017-08-09 15:06:04 -05:00