fixed issue with sheet URL, added todolist
This commit is contained in:
parent
cd3d8a73ef
commit
4fe102ab84
|
|
@ -1,2 +1,6 @@
|
||||||
# yetAnotherIdaBot
|
# yetAnotherIdaBot
|
||||||
|
|
||||||
|
TODO :
|
||||||
|
|
||||||
|
readback url for change url command
|
||||||
|
fix shit
|
||||||
|
|
|
||||||
4
main.py
4
main.py
|
|
@ -7,7 +7,7 @@ import json
|
||||||
### reads token files
|
### reads token files
|
||||||
def readToken(filePath):
|
def readToken(filePath):
|
||||||
with open(filePath, 'r') as f:
|
with open(filePath, 'r') as f:
|
||||||
return f.readline()[:-1]
|
return f.readline()
|
||||||
|
|
||||||
|
|
||||||
bot = commands.Bot()
|
bot = commands.Bot()
|
||||||
|
|
@ -104,4 +104,4 @@ async def changeSheetUrl(ctx,
|
||||||
|
|
||||||
|
|
||||||
#run the damn thing
|
#run the damn thing
|
||||||
bot.run(discordToken)
|
bot.run(discordToken)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user