added gh link
This commit is contained in:
3
main.py
3
main.py
@@ -638,8 +638,9 @@ async def on_raw_reaction_remove(payload: discord.RawReactionActionEvent):
|
|||||||
async def help_slash_command(interaction: discord.Interaction):
|
async def help_slash_command(interaction: discord.Interaction):
|
||||||
await interaction.response.send_message(embed=discord.Embed(
|
await interaction.response.send_message(embed=discord.Embed(
|
||||||
title="reaction bot",
|
title="reaction bot",
|
||||||
description=rf""" made by tema5002
|
description=rf"""made by tema5002
|
||||||
hosted by `[insert your name here at line {__import__('inspect').currentframe().f_lineno} at {__import__('os').path.abspath(__import__('os').path.abspath(__file__))}]`
|
hosted by `[insert your name here at line {__import__('inspect').currentframe().f_lineno} at {__import__('os').path.abspath(__import__('os').path.abspath(__file__))}]`
|
||||||
|
https://github.com/tema5002/rc
|
||||||
|
|
||||||
"rc" stands for reaction clanker
|
"rc" stands for reaction clanker
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user