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):