diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..bb9f8be Binary files /dev/null and b/.DS_Store differ diff --git a/src/bot_core.py b/src/bot_core.py index d9f2250..39bbfdf 100644 --- a/src/bot_core.py +++ b/src/bot_core.py @@ -51,6 +51,9 @@ async def ping(interaction: discord.Interaction): await interaction.response.send_message('go fuck yourself (bot is running)') return +@client.tree.command() +async def source(interaction: discord.Interaction): + await interaction.response.send_message('Bot source code can be found [here.](https://git.contrastellar.com/contrastellar/very-bad-bot)') @client.event async def on_reaction_add(react: discord.Reaction, user: discord.User):