test #200

Merged
OpzekerIT merged 2 commits from dev into main 2025-03-13 17:34:06 +00:00
2 changed files with 4 additions and 0 deletions

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: