Initial Commit
This commit is contained in:
commit
82228b17eb
1 changed files with 10 additions and 0 deletions
10
bot.py
Normal file
10
bot.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
import discord
|
||||
from discord.ext import commands
|
||||
|
||||
client = commands.Bot(command_prefix='.')
|
||||
|
||||
@client.event
|
||||
async def on_ready():
|
||||
print(f"Logged in as {client.user.name}")
|
||||
|
||||
client.run()
|
Loading…
Add table
Add a link
Reference in a new issue