Skip to content

Instantly share code, notes, and snippets.

View royalPanic's full-sized avatar
🐍
Come here often?

Brendon Barnes royalPanic

🐍
Come here often?
View GitHub Profile
@royalPanic
royalPanic / bot.py
Created June 10, 2019 11:55
Basic Discord.py Bot
import discord
from discord.ext import commands
import aiohttp
import re
from datetime import timedelta
import traceback
import os
from random import choice, randint
owner = ["Insert-Owner-ID"]