Skip to content

Instantly share code, notes, and snippets.

View TheTechRobo's full-sized avatar
🇨🇦
elbows up!

TheTechRobo

🇨🇦
elbows up!
View GitHub Profile
@TheTechRobo
TheTechRobo / bot.py
Last active September 15, 2023 21:29
import discord, aiohttp, asyncio
from config import TOKEN
bot = discord.Bot()
@bot.event
async def on_ready():
global session
session = aiohttp.ClientSession()