mirror of
https://github.com/Sean-S-Wang/christian_crusader_discord.git
synced 2026-01-09 14:37:54 -05:00
Updated things ;)
This commit is contained in:
@@ -95,6 +95,8 @@ async def praise_user(context, *arg):
|
|||||||
pass_context=True)
|
pass_context=True)
|
||||||
async def change_presence(context, *arg):
|
async def change_presence(context, *arg):
|
||||||
target = ''
|
target = ''
|
||||||
|
if context.message.author.display_name == 'scott' and context.message.author.discriminator == '1292':
|
||||||
|
return
|
||||||
bad_words = json.load(open("bad_words.txt"))
|
bad_words = json.load(open("bad_words.txt"))
|
||||||
if arg.__len__() == 0:
|
if arg.__len__() == 0:
|
||||||
target = 'sinners'
|
target = 'sinners'
|
||||||
|
|||||||
Reference in New Issue
Block a user