Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,13 @@ async def soc(self, ctx: commands.Context):
async def so3(self, ctx: commands.Context, channel):
await ctx.send('BE SURE TO CHECK OUT https://twitch.tv/' + channel + ' they are an awesome person')

@commands.command()
async def kudos(self, ctx: commands.Context, channel):
if ctx.author.name.lower() == 'timeenjoyed':
await ctx.send('THANK YOU SO MUCH https://twitch.tv/' + channel + ' Esther thinks you are a superstar <3')
else:
await ctx.send('Thanks for the help https://twitch.tv/' + channel + ' you are very helpful person')

@commands.command()
async def mbti(self, ctx: commands.Context):
await ctx.send(f'https://www.16personalities.com/free-personality-test')
Expand Down Expand Up @@ -251,10 +258,6 @@ async def raid2(self, ctx: commands.Context):
await ctx.send(
f"timeenRaid What is the raid message? timeenRaid What is the raid message? timeenRaid What is the raid message? timeenRaid What is the raid message? timeenRaid")

@commands.command()
async def bot_commands(self, ctx: commands.Context):
await ctx.send(f"!getreading !xkcd [comic number]")

@commands.command()
async def keyboard(self, ctx: commands.Context):
await ctx.send("my $36 keyboard affiliate link: https://amzn.to/3Sj50ij")
Expand Down