Skip to content

Instantly share code, notes, and snippets.

View Technoguyfication's full-sized avatar
🐍
no step

Hayden Andreyka Technoguyfication

🐍
no step
View GitHub Profile
import discord
from discord.ext import commands
bot = commands.Bot(command_prefix='snek ', description='this is snekbot.')
@bot.event
async def on_ready():
print('Logged in as')
print(bot.user.name)
print(bot.user.id)