beh
This commit is contained in:
parent
7d48158e57
commit
d1b153c322
1 changed files with 2 additions and 2 deletions
|
|
@ -31,9 +31,9 @@ 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(ctx):
|
async def on_ready():
|
||||||
print(f'Bot is ingelogd als {bot.user}')
|
print(f'Bot is ingelogd als {bot.user}')
|
||||||
channel = bot.get_channel(759006368832159745) # vervang door je channel ID
|
channel = bot.get_channel(759006368832159745)
|
||||||
if channel:
|
if channel:
|
||||||
await channel.send("Ben er weer!")
|
await channel.send("Ben er weer!")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue