HoleshDev / Holesh

1 stars 0 forks source link

discord bot run.python #1

Open HoleshDev opened 1 year ago

HoleshDev commented 1 year ago

import discord from discord.utils import get

intents = discord.Intents.all() client = discord.Client(command_prefix='!', intents=intents)

@client.event async def on_ready(): print(f'{client.user} has connected to Discord!')

client.run('Token Bot')

HoleshDev commented 1 year ago

import discord from discord.utils import get

intents = discord.Intents.all() client = discord.Client(command_prefix='!', intents=intents)

@client.event async def on_ready(): print(f'{client.user} has connected to Discord!')

client.run('Token Bot')