diff options
| author | Fuwn <[email protected]> | 2023-01-02 21:32:57 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-01-02 21:32:57 -0800 |
| commit | 79c6957f8fb84537c6b019121780aa9115e5cf75 (patch) | |
| tree | c55b3f18be5a07683e2ac0b4e7c763ff29f166fd | |
| parent | fix: time refresh (diff) | |
| download | rubys_song_skipper-79c6957f8fb84537c6b019121780aa9115e5cf75.tar.xz rubys_song_skipper-79c6957f8fb84537c6b019121780aa9115e5cf75.zip | |
fix: close file
| -rw-r--r-- | rubys_song_skipper/bot.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rubys_song_skipper/bot.py b/rubys_song_skipper/bot.py index ba1ec30..c10c636 100644 --- a/rubys_song_skipper/bot.py +++ b/rubys_song_skipper/bot.py @@ -53,3 +53,5 @@ class Bot(commands.Bot): ) await ctx.send("i've skipped that song.") + + file.close() |