return
This commit is contained in:
parent
91b2a4cb40
commit
9794e9337a
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ bot = commands.Bot(command_prefix="!", intents=intents)
|
||||||
async def on_ready(ctx):
|
async def on_ready(ctx):
|
||||||
print(f'Bot is ingelogd als {bot.user}')
|
print(f'Bot is ingelogd als {bot.user}')
|
||||||
await ctx.send("Ben er weer!")
|
await ctx.send("Ben er weer!")
|
||||||
|
return
|
||||||
|
|
||||||
@bot.command()
|
@bot.command()
|
||||||
async def test(ctx):
|
async def test(ctx):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue