Added the remind_me function

This commit is contained in:
tsuk 2024-01-21 00:17:12 -08:00
parent 275c5b7ee2
commit 0d646ebcba
2 changed files with 90 additions and 2 deletions

View file

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