Skip to content

Instantly share code, notes, and snippets.

View SamArroyos22's full-sized avatar

Sam SamArroyos22

View GitHub Profile
@SamArroyos22
SamArroyos22 / TutorialBot.py
Created July 19, 2017 15:32
Discord Bot Tutorial
import discord
import time
from discord.ext.commands import Bot
client = Bot("tb.")
@client.event
async def on_ready():
print("----------------------")
print("Logged In As")