Skip to content

Instantly share code, notes, and snippets.

View AwSkies's full-sized avatar
🚀
Having an out of bounds experience

Akash AwSkies

🚀
Having an out of bounds experience
  • McGill University Physics & CompSci Student
  • Massachusetts, USA
  • 01:31 (UTC -12:00)
  • LinkedIn in/akash-shah-07b45a253
View GitHub Profile
@AwSkies
AwSkies / cooldown_with_whitelist.py
Last active April 13, 2023 17:59
commands with whitelisted cooldowns for discord.py rewrite
import discord
from discord.ext import commands
from discord.ext.commands.cooldowns import BucketType
bot = commands.Bot(command_prefix = "your prefix here")
token = 'token goes here'
#on ready login message
@bot.event
async def on_ready():