diff options
| author | Fuwn <[email protected]> | 2023-01-02 20:18:02 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-01-02 20:18:02 -0800 |
| commit | 8178997720dba6e0b7b2bbdc9cedb23e39a86010 (patch) | |
| tree | 189dff479acb277b7cd246c020435566bf79c84b | |
| parent | feat(bot.py): debug code (diff) | |
| download | rubys_song_skipper-8178997720dba6e0b7b2bbdc9cedb23e39a86010.tar.xz rubys_song_skipper-8178997720dba6e0b7b2bbdc9cedb23e39a86010.zip | |
feat(bot.py): debug code
| -rw-r--r-- | rubys_song_skipper/bot.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rubys_song_skipper/bot.py b/rubys_song_skipper/bot.py index 096a418..382320f 100644 --- a/rubys_song_skipper/bot.py +++ b/rubys_song_skipper/bot.py @@ -26,8 +26,6 @@ class Bot(commands.Bot): print("code is '" + code + "'") - file.close() - if code == "": await ctx.send("no code, sign in") else: @@ -42,3 +40,5 @@ class Bot(commands.Bot): ) await ctx.send("skipped lol") + + file.close() |