learning with .gitignore

This commit is contained in:
godot 2024-10-20 21:18:35 +02:00
parent d7e0e3eb2c
commit da309f29c5
2 changed files with 10 additions and 17 deletions

View File

@ -0,0 +1,10 @@
# ToDO
- [ ] The whole Ahoj think
- [ ] Case sensitivity
- [ ] Use it on vulgare talk
- [ ] Close bot in specific chanel
- [ ] Embeds learning

View File

@ -5,22 +5,6 @@ from private.config import token
import json import json
import os 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("/home/godot/Documents/scripts/discord-bot.py")
#os.chdir("/opt/disbot") #os.chdir("/opt/disbot")
@ -28,7 +12,6 @@ os.chdir("/home/godot/Documents/scripts/discord-bot.py")
intents = discord.Intents.default() intents = discord.Intents.default()
intents.message_content = True intents.message_content = True
#client = discord.Client(intents=intents)
bot = commands.Bot(command_prefix='$', intents=intents) bot = commands.Bot(command_prefix='$', intents=intents)