Skip to content

Instantly share code, notes, and snippets.

View Andrew-9's full-sized avatar
🔐
Coding

Kotlin Andrew-9

🔐
Coding
View GitHub Profile
@jpanahon
jpanahon / help.py
Last active July 25, 2021 05:57
Help example for the rewrite branch of discord.py
# NOTICE: Before you copy this example, be sure you understand what all this does. Remember: This is a gist, not a github file meaning
# you can't pip install this, you would need to put this into a new file and add it to your cog list.
import discord
import asyncio
from discord.ext import commands
def chunks(l, n):