summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-01-02 21:32:57 -0800
committerFuwn <[email protected]>2023-01-02 21:32:57 -0800
commit79c6957f8fb84537c6b019121780aa9115e5cf75 (patch)
treec55b3f18be5a07683e2ac0b4e7c763ff29f166fd
parentfix: time refresh (diff)
downloadrubys_song_skipper-79c6957f8fb84537c6b019121780aa9115e5cf75.tar.xz
rubys_song_skipper-79c6957f8fb84537c6b019121780aa9115e5cf75.zip
fix: close file
-rw-r--r--rubys_song_skipper/bot.py2
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()