kanaalid #244
1 changed files with 3 additions and 2 deletions
|
|
@ -33,8 +33,9 @@ bot = commands.Bot(command_prefix="!", intents=intents)
|
||||||
@bot.event
|
@bot.event
|
||||||
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!")
|
channel = bot.get_channel(759006368832159745) # vervang door je channel ID
|
||||||
return
|
if channel:
|
||||||
|
await channel.send("Ben er weer!")
|
||||||
|
|
||||||
@bot.command()
|
@bot.command()
|
||||||
async def test(ctx):
|
async def test(ctx):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue