mirror of
https://github.com/jeantoulza/scplanner-discord
synced 2024-11-23 11:45:37 +01:00
Removed stupid return op
This commit is contained in:
parent
5bc4d08b03
commit
f75b32acce
3
bot.py
3
bot.py
@ -81,8 +81,6 @@ def auto(track_url):
|
||||
except:
|
||||
raise Exception("Could not determine logged in user...")
|
||||
|
||||
return True
|
||||
|
||||
rep = br.open(BASE+"schedule")
|
||||
|
||||
try:
|
||||
@ -155,6 +153,7 @@ def start_bot():
|
||||
await bot.say("You do not have the required role to repost or use this bot.")
|
||||
return
|
||||
try:
|
||||
print("Autoscheduling "+url)
|
||||
calendar_link = auto(url)
|
||||
await bot.say(calendar_link)
|
||||
except Exception as e:
|
||||
|
Loading…
Reference in New Issue
Block a user