diff --git a/README.md b/README.md index e69de29..3c133ab 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,10 @@ +# ToDO + +- [ ] The whole Ahoj think + - [ ] Case sensitivity +- [ ] Use it on vulgare talk + +- [ ] Close bot in specific chanel + +- [ ] Embeds learning + diff --git a/example-bot.py b/example-bot.py index 061c45f..c37d2bd 100644 --- a/example-bot.py +++ b/example-bot.py @@ -5,22 +5,6 @@ from private.config import token import json import os -""" -TODO: -- [ ] The whole Ahoj think -- [ ] Case sensitivity in ahoj function -- [ ] Close bot in specific chanel -- [ ] Git ignore and where to store TOKEN -- [ ] Embeds means what? -- [ ] Seznam sprostych slov a reakci na ne -""" - - -#intents = discord.Intents.default() -#intents.message_content = True - -#bot = commands.Bot(command_prefix='$', intents=intents) - os.chdir("/home/godot/Documents/scripts/discord-bot.py") #os.chdir("/opt/disbot") @@ -28,7 +12,6 @@ os.chdir("/home/godot/Documents/scripts/discord-bot.py") intents = discord.Intents.default() intents.message_content = True -#client = discord.Client(intents=intents) bot = commands.Bot(command_prefix='$', intents=intents)