test #200
2 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue