Compare commits
3 commits
743be56057
...
8c24ad8818
Author | SHA1 | Date | |
---|---|---|---|
8c24ad8818 | |||
f9e1d89c11 | |||
d81226b80a |
1 changed files with 5 additions and 2 deletions
7
bot.py
7
bot.py
|
@ -11,6 +11,8 @@ foxmsgs = [
|
|||
'here fops',
|
||||
'owo',
|
||||
'uwu',
|
||||
'fox hugz u'
|
||||
'fox fox fox'
|
||||
'heres ur fox',
|
||||
]
|
||||
|
||||
|
@ -24,7 +26,7 @@ async def is_ginlang(ctx):
|
|||
"""
|
||||
are you ginlang or the other dudes?
|
||||
"""
|
||||
if ctx.author.id in [287885666941927424, 894034804503351366, 296736767158255616, 831598877320413244]:
|
||||
if ctx.author.id in [287885666941927424, 160091312081731584, 894034804503351366, 296736767158255616, 831598877320413244]:
|
||||
return True
|
||||
else:
|
||||
logchannel = await bot.fetch_channel(910622485916037150)
|
||||
|
@ -122,7 +124,8 @@ async def activity(ctx, atype, *, aname):
|
|||
|
||||
@bot.command(brief="gives bot invite link")
|
||||
async def invite(ctx):
|
||||
await ctx.send("Add this bot to your server: https://discord.com/oauth2/authorize?client_id=909103805264724038&permissions=274878203904&scope=bot")
|
||||
await ctx.send("""Add this bot to your server: https://discord.com/oauth2/authorize?client_id=909103805264724038&permissions=274878203904&scope=bot
|
||||
You can also join our official Discord server at https://discord.gg/NAdRyjykv8!""")
|
||||
|
||||
@bot.command(brief="gives information about a minecraft user")
|
||||
async def mc(ctx, *, name = None):
|
||||
|
|
Loading…
Reference in a new issue