Skip to content

Instantly share code, notes, and snippets.

View Soheab's full-sized avatar
🎯
Focusing

Soheab Soheab

🎯
Focusing
View GitHub Profile
@Soheab
Soheab / clown 🤡.py
Created January 15, 2020 20:30
clown.
self.guild_detect = [336642139381301249]
self.channel_detect = [381963689470984203]
self.detect = []
self.lol = []
self.user_mes = []
@commands.Cog.listener()
async def on_message(self, message):
if message.author.bot:
return

Sparkly Changelog

This page keeps a detailed human friendly rendering of what's new and changed in specific versions for v2.1+.

If you want the be notified of any update, you can join my Support Server.

@Soheab
Soheab / 0-discord.Colour.md
Last active February 11, 2026 04:37
See everything related to discord.Colour in a clean way with their usages.

discord.Colour

See here every colour and method the discord.Colour class has.

Jump Links

Colours

@Soheab
Soheab / timezones.md
Last active May 21, 2026 11:26
See here all timezones supported by Python PyTz and ZoneInfo!

⬇️ End

ℹ️ Information
All supported timezones by the pytz package, Python's built-in ZoneInfo and probably others too.
Use Ctrl/CMD + F to look for a specific timezone or use the Jump URLs
❗ Important ZoneInfo is case sensitive. What this means is that ETC/... should be Etc/...