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
0693b366
authored
2015-12-10 15:03:17 +0000
by
Barry
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bug fix for the blocker.
1 parent
da26ef74
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
hellsbot.py
members.json
hellsbot.py
View file @
0693b36
...
...
@@ -526,13 +526,14 @@ Stuff:
if
not
data
:
data
=
[]
try
:
if
'aa737a5846'
in
message
.
content
:
client
.
send_message
(
message
.
channel
,
'{} you stop it, you
r a pedofile {}
, stop looking at little girls.'
.
format
(
message
.
author
.
mention
()))
if
'aa737a5846'
in
message
.
content
[
12
:]
:
client
.
send_message
(
message
.
channel
,
'{} you stop it, you
are a pedofile
, stop looking at little girls.'
.
format
(
message
.
author
.
mention
()))
return
data
.
append
(
byteify
(
message
.
content
[
12
:]))
jdata
=
json
.
dumps
(
data
,
ensure_ascii
=
False
)
except
:
except
Exception
as
e
:
print
e
.
message
client
.
send_message
(
message
.
channel
,
'Your shitty fortune has been rejected {}.'
.
format
(
message
.
author
.
mention
()))
return
...
...
members.json
View file @
0693b36
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment