Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Barry
/
discordbot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d0be16f0
authored
2015-12-10 15:12:07 +0000
by
Barry
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added stupid hillary thing
1 parent
0693b366
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
hellsbot.py
members.json
hellsbot.py
View file @
d0be16f
...
...
@@ -558,6 +558,8 @@ Stuff:
if
message
.
content
.
startswith
(
'!bemyirlwaifu'
):
client
.
send_message
(
message
.
channel
,
'http://orig13.deviantart.net/b25e/f/2014/175/3/d/no_waifu_no_laifu_by_imtheonenexttome-d7nsx3b.gif {}!'
.
format
(
message
.
author
.
mention
()))
if
message
.
content
.
startswith
(
'HILLARY 2016'
):
client
.
send_message
(
message
.
channel
,
':bomb: Ohhhhhh, now you done it...:bomb:'
.
format
(
message
.
author
.
mention
()))
if
message
.
content
.
startswith
(
'!hello'
):
client
.
send_message
(
message
.
channel
,
'Hello {}!'
.
format
(
message
.
author
.
mention
()))
...
...
members.json
View file @
d0be16f
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment