You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.
await client.change_presence(activity=discord.Activity(type=discord.ActivityType.watching, name='over Team Comp'))
print('Logged in as')
print(client.user.name)
print(client.user.id)
print('------')
@client.event
async def on_message(message):
if message.author == client.user:
return
msg = message.content
if f"<@!{client.user.id}>" in msg:
await message.reply(f"Gladly! {msg[msg.index('<@!'):msg.index('>')+1]}, why don't ya get customize yourself at <#900989098054004736> by getting some roles and then you can have fun and interact with the people this server! Just keep in mind the rules to keep the experience fun for all :D")