98 Commits

Author SHA1 Message Date
d6a4e39c0a Adding in wolfram alpha functionality 2017-08-17 10:21:29 -07:00
615ba38880 removing unused imports 2017-08-17 00:28:58 -07:00
f59c3ce21e Merged in lewds (pull request #29)
Moving lewds into its own module and alphabatizing all the if statements in dragon-bot.py
2017-08-17 07:28:16 +00:00
cecfb20bab Also alphabatizing the imports 2017-08-17 00:27:34 -07:00
a101282b62 Moving lewds into its own module and alphabatizing all the if statements in dragon-bot.py 2017-08-17 00:26:58 -07:00
Kyler E Juresic
b29da1b857 Merged in wallpaper_module (pull request #27)
wallpaper_module isolation

Approved-by: Luke Robles <lukelrobles@gmail.com>
2017-08-17 06:12:19 +00:00
Unknown
d822ed5588 small fixes
typo and help_method update
2017-08-17 01:07:10 -05:00
Unknown
2dadf6ee56 moar bugfix
correct indent for response, adds response for parse incorrect tag url
2017-08-17 01:02:21 -05:00
65f652ca0b Adding a new line to the test docker file. It needs special shit to print in alpine 2017-08-16 22:59:33 -07:00
Unknown
2528a62202 bugfix
remove unused variable.  import requests for correct image retrieval
2017-08-17 00:51:35 -05:00
Unknown
522609c8ef Complete Rewrite
changed everything
2017-08-17 00:30:17 -05:00
Unknown
64419d5ddc Merge remote-tracking branch 'origin/wallpaper_module' into wallpaper_module 2017-08-16 22:27:07 -05:00
Unknown
c5cc81cc77 Cleanup Code
Removed tons of instances of x.replace
2017-08-16 22:23:47 -05:00
Unknown
f0f9594c8a Cleanup code
remove redundant return
2017-08-16 22:04:30 -05:00
Unknown
da0598d445 wallpaper moved to isolated module
also allows !wallpaper help
see issue #7 for details
2017-08-16 22:04:30 -05:00
88ff007097 Merged in fixes (pull request #28)
Fixing decide logic and shortening excuse logic
2017-08-17 02:57:50 +00:00
fcf39f1ed8 Fixing decidee lgoic and shortening excuse logic 2017-08-16 19:55:16 -07:00
Unknown
283d5322d8 Cleanup code
remove redundant return
2017-08-16 21:46:48 -05:00
Tyler Hodapp
530bfc506c 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
f34b230238 wallpaper moved to isolated module
also allows !wallpaper help
see issue #7 for details
2017-08-16 21:00:32 -05:00
Jonathan Tan
b3d9aefb9d Merged in memes (pull request #24)
Move !excuse into its own module

Approved-by: Luke Robles <lukelrobles@gmail.com>
2017-08-17 01:03:45 +00:00
Tyler
c15bccc4e3 fixing the names of decide 2017-08-16 18:53:30 -06:00
Jonathan Tan
3f77d880a7 changed ordering 2017-08-16 17:02:55 -07:00
Jonathan Tan
970de1b55f doin the thing 2017-08-16 17:00:43 -07:00
Tyler
460a2e7a1b moves decide into a module, fixes #11 2017-08-16 16:58:47 -06:00
72c33a3588 Merged in alpine (pull request #22)
Switching to alpine linux! Smaller footprints. Fixes #17

Approved-by: Luke Robles <lukelrobles@gmail.com>
2017-08-16 20:02:28 +00:00
25ac0966c7 Actually we dont even need curl anymore 2017-08-16 12:58:01 -07:00
5834e350db Switching to alpine linux! Smaller footprints. Fixes #17 2017-08-16 12:56:41 -07:00
bb32a5769a Set dragon bot's status to show the help command 2017-08-15 13:24:55 -07:00
b30a6e7f56 Merged in 8ball (pull request #21)
adding my 8ball code to dragon bot, see #13
2017-08-12 22:38:16 +00:00
59cbdce8cb Removing the responses variable since im only using it once 2017-08-12 11:18:44 -07:00
b5704ff8a4 adding my 8ball code to dragon bot, see #13 2017-08-12 10:17:33 -07:00
e061537758 formatting 2017-08-11 19:33:20 -07:00
e1056cd5d2 formatting 2017-08-11 19:29:35 -07:00
Tyler Hodapp
2744734786 Merged in define-finnaly (pull request #20)
added define module, fixes #3

Approved-by: Luke Robles <lukelrobles@gmail.com>
2017-08-12 02:26:07 +00:00
Tyler Hodapp
df3b811da1 dragon-bot.py edited online with Bitbucket 2017-08-12 02:21:34 +00:00
Tyler Hodapp
208ae0a913 define_method.py edited online with Bitbucket 2017-08-12 02:18:07 +00:00
Tyler
883f9fef1d added define module, fixes #3 2017-08-11 20:13:03 -06:00
69642d0df8 Merged in debug_mode (pull request #18)
Adding debug mode
2017-08-10 22:59:01 +00:00
b6658745f6 cleaning up this block of code as well 2017-08-10 15:08:14 -07:00
6b354777b5 also making the environment varible more sensible 2017-08-10 14:46:22 -07:00
7ef01b36cb Adding debug mode 2017-08-10 14:44:13 -07:00
be0ef80f73 fixing typo 2017-08-10 14:40:13 -07:00
e3ab8ee0e3 Adding some more prints to the on_ready function 2017-08-10 14:38:43 -07:00
7e5b6b6629 Merged in test_dragon_bot (pull request #17)
Finally a testing framework, fixes #9

Approved-by: Tyler Hodapp <nightfire929@gmail.com>
2017-08-10 21:01:53 +00:00
b618bc85d6 Finally a testing framework, fixes #9 2017-08-10 13:53:32 -07:00
ec62c918f8 README.md edited online with Bitbucket 2017-08-09 21:09:45 +00:00
a478c446fd Merged in fix_define (pull request #14)
Fixing define method, fixes #5
2017-08-09 21:03:19 +00:00
c01aa83df8 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
559671033c removing unnessary else statement 2017-08-09 13:58:32 -07:00