learning with .gitignore
This commit is contained in:
parent
d7e0e3eb2c
commit
da309f29c5
10
README.md
10
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
|
||||||
|
|
||||||
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user