Skip to content

Instantly share code, notes, and snippets.

View ooliver1's full-sized avatar
πŸ’€
I very much forgor

Oliver Wilkes ooliver1

πŸ’€
I very much forgor
View GitHub Profile
@ooliver1
ooliver1 / theme.css
Last active August 16, 2023 20:12
Discord dark theme for https://next.elu.pages.dev/
:root {
--brand-260: hsl(235, 86.2%, 88.6%);
--brand-500-hsl: 235 85.6% 64.7%;
--primary-230: hsl(210, 9.1%, 87.1%);
--primary-560: hsl(225, 6.3%, 23.5%);
--primary-600: hsl(223, 6.7%, 20.6%);
--primary-630: hsl(220, 6.5%, 18.0%);
--primary-700: hsl(225, 6.3%, 12.5%);
--primary-730: hsl(225, 7.1%, 11%);
--primary-860-hsl: 240 7.7% 2.5%;
@EnokiUN
EnokiUN / ROADMAP.md
Created April 29, 2023 21:15
Eludris 0.4 roadmap

Eludris v0.4 roadmap

Features

  • Accounts (auth (:D))
  • Permissions
  • Communities
    • Message communities
      • Channels
    • Post communities
@DenverCoder1
DenverCoder1 / pypi-stats.md
Last active September 5, 2023 04:06
Pypi Download Statistics for Discord.py Forks and Related Projects

🍴 = Fork of another library πŸͺ¦ = No longer maintained

Discord API Wrappers

Nextcord 🍴 Downloads Downloads Downloads

Py-cord 🍴 Downloads Downloads

Why spoonfeed is bad.

  1. No one learns anything.
  • You're just giving code for someone to just copy and paste

    • The lack of effort they gave for this code doesn't help anyone.
  • It removes the value of your code.

    • The time you spent working on that file just for someone to take your code without much effort if not none at all and they won't think twice about you afterwards. Some people may not mind that, and think they're just "helping" someone when really all you did was show them the final product, instead of showing them how they made the final product.
  1. They'll probably come back to you with Basic Errors.
@advaith1
advaith1 / top bots.md
Last active May 12, 2025 14:08
The top Discord bots ranked by server count
Rank Bot Approximate Server Count Library
1 MEE6 21,300,000 Custom Python
2 Rythm πŸͺ¦ 15,200,000 JDA
3 carl-bot πŸ…±οΈ 10,900,000 Pycord
4 Groovy πŸͺ¦ 10,100,000 JDA, Discord4J
5 Dyno
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active May 17, 2025 14:23
Conventional Commits Cheatsheet

Conventional Commit Messages starline

See how a minor change to your commit message style can make a difference.

Tip

Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs

Commit Message Formats

Default