From da309f29c549716feb130df153d625ad5dbad5af Mon Sep 17 00:00:00 2001 From: godot Date: Sun, 20 Oct 2024 21:18:35 +0200 Subject: [PATCH] learning with .gitignore --- README.md | 10 ++++++++++ example-bot.py | 17 ----------------- 2 files changed, 10 insertions(+), 17 deletions(-) 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)