This commit is contained in:
Lanta 2025-03-13 18:32:19 +01:00
parent fd355a627b
commit e997dea8df

View file

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