Added the remind_me function
This commit is contained in:
parent
275c5b7ee2
commit
0d646ebcba
2 changed files with 90 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ ftp_public_html = os.getenv('ftp_public_html')
|
|||
#env vars END
|
||||
|
||||
#discord setup START
|
||||
intents = discord.Intents.default()
|
||||
intents = discord.Intents.all()
|
||||
intents.message_content = True
|
||||
bot = commands.Bot(command_prefix='!', intents=intents)
|
||||
#discord setup END
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue