From 9794e9337ad97d3138a1056694edada76ef3655b Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 2 Oct 2025 13:37:06 +0200 Subject: [PATCH] return --- discord/teammakerv2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/teammakerv2.py b/discord/teammakerv2.py index 2ebcb20..29b822c 100644 --- a/discord/teammakerv2.py +++ b/discord/teammakerv2.py @@ -34,7 +34,7 @@ bot = commands.Bot(command_prefix="!", intents=intents) async def on_ready(ctx): print(f'Bot is ingelogd als {bot.user}') await ctx.send("Ben er weer!") - + return @bot.command() async def test(ctx):