Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/mmattbtw/twitchtunes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmattbtw committed Sep 11, 2021
2 parents 8d11a3a + c855e1e commit 872ad24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ async def event_message(self, message):
await self.handle_commands(message)

# This is an owner only command for an inside joke in a certain channel, just ignore this :)
@commands.command(name="S3S")
@commands.command(name="s3s")
async def s3s(self, ctx):
if self.is_owner(ctx) and ctx.channel.name == "tajj":
same_3_songs = [
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

import json


def path_exists(filename):
return os.path.join(".", f"{filename}")

Expand Down

0 comments on commit 872ad24

Please sign in to comment.