Skip to content

Instantly share code, notes, and snippets.

View Erwin-afk's full-sized avatar
:octocat:

Erwin Erwin-afk

:octocat:
  • Hungary
  • 12:19 (UTC +02:00)
View GitHub Profile
@Erwin-afk
Erwin-afk / Main.py
Created January 30, 2021 15:13
Discord bot in python
import discord
import time
from discord.ext import commands
from discord.ext.commands import Bot
client = commands.Bot(command_prefix="?")
@client.event
async def on_ready():
print("------------------")