Dev #242

Merged
OpzekerIT merged 3 commits from dev into main 2025-10-02 11:34:34 +00:00
Showing only changes of commit 91b2a4cb40 - Show all commits

View file

@ -31,8 +31,10 @@ intents.members = True # Nodig om leden in een voice channel te zien
bot = commands.Bot(command_prefix="!", intents=intents) bot = commands.Bot(command_prefix="!", intents=intents)
@bot.event @bot.event
async def on_ready(): 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!")
@bot.command() @bot.command()
async def test(ctx): async def test(ctx):