fixed issue with sheet URL, added todolist

This commit is contained in:
TanguyPcFixe 2025-07-15 09:52:07 +02:00
parent cd3d8a73ef
commit 4fe102ab84
2 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1,6 @@
# yetAnotherIdaBot
TODO :
readback url for change url command
fix shit

View File

@ -7,7 +7,7 @@ import json
### reads token files
def readToken(filePath):
with open(filePath, 'r') as f:
return f.readline()[:-1]
return f.readline()
bot = commands.Bot()
@ -104,4 +104,4 @@ async def changeSheetUrl(ctx,
#run the damn thing
bot.run(discordToken)
bot.run(discordToken)