Compare commits

...

3 commits

Author SHA1 Message Date
8c24ad8818 more fox msgs 2021-11-28 16:19:20 +00:00
f9e1d89c11 Discord invite link 2021-11-28 16:18:17 +00:00
d81226b80a funny perm changes 2021-11-27 18:57:12 +00:00

7
bot.py
View file

@ -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):