From e997dea8df17d0cc79cda437ca7cb61bf92ff0b2 Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 13 Mar 2025 18:32:19 +0100 Subject: [PATCH] test --- discord/teammakerv2.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/discord/teammakerv2.py b/discord/teammakerv2.py index e910d50..1392512 100644 --- a/discord/teammakerv2.py +++ b/discord/teammakerv2.py @@ -34,6 +34,10 @@ bot = commands.Bot(command_prefix="!", intents=intents) async def on_ready(): print(f'Bot is ingelogd als {bot.user}') +@bot.command() +async def test(ctx): + await ctx.send("Test geslaagd!") + @bot.command() async def teamify(ctx, *args): for arg in args: