Skip to content

Instantly share code, notes, and snippets.

View Soheab's full-sized avatar
📚

Soheab Soheab

📚
  • 09:46 (UTC +02:00)
View GitHub Profile
@Soheab
Soheab / API's.md
Last active April 21, 2025 07:02
See here some of the API's you can use in your discord bot or anything

Some APIs for you.

Here are some APIs you can use in your Discord bot or any other project. For any help or questions on how to use one, please contact the owner of the API and not me.

A bigger list of APIs can be found at: https://github.com/public-apis/public-apis


[TOKEN] = API requires a token to access some if not all endpoints.

@Soheab
Soheab / bikeshedding.md
Last active September 27, 2020 16:40
See here topics that are already discussed in the bikeshedding channel on the discord.py server.

This list is not in any order, older topics can be above newer ones.

Made by Soheab#6240
This gist probably won't be updated anymore.

Total topics here: 46

TIP :: You can use Ctrl + F (or Cmd + F on Mac) to search through this.

@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 November 23, 2024 21:42
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 November 24, 2024 17:15
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/...