Skip to content

Instantly share code, notes, and snippets.

Avatar
🌊
Vibing

Kainoa Kanter ThatOneCalculator

🌊
Vibing
View GitHub Profile
View GlendaFinal.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ThatOneCalculator
ThatOneCalculator / ua.py
Last active February 28, 2022 17:22
Bot for Ukraine War Reports
View ua.py
import disnake
from disnake.ext import commands
bot = commands.Bot(
command_prefix=commands.when_mentioned_or("!!"),
description="Bot for Ukraine War Reports",
intents=disnake.Intents.default(),
chunk_guilds_at_startup=True)
@bot.event