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():
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue