Skip to content

Instantly share code, notes, and snippets.

View Natsurii's full-sized avatar
😴
Sleeping probably.

Natsurii

😴
Sleeping probably.
  • Natsurii Labs Inc.
View GitHub Profile
import discord
from discord.ext import commands
import aiohttp
import asyncio
import logging
bot = commands.Bot(command_prefix='$')
@bot.event
async def on_ready():