Merge pull request #200 from OpzekerIT/dev

test
This commit is contained in:
Lanta 2025-03-13 18:34:06 +01:00 committed by GitHub
commit f8417996cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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(): async def on_ready():
print(f'Bot is ingelogd als {bot.user}') print(f'Bot is ingelogd als {bot.user}')
@bot.command()
async def test(ctx):
await ctx.send("Test geslaagd!")
@bot.command() @bot.command()
async def teamify(ctx, *args): async def teamify(ctx, *args):
for arg in args: for arg in args: