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

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 June 21, 2024 20:20
The top Discord bots ranked by server count
Rank Bot Approximate Server Count Library
1 MEE6 21,600,000 Custom Python
2 Rythm 🪦 15,200,000 JDA
3 Groovy 🪦 10,400,000 JDA, Discord4J
4 carl-bot 🅱️ 9,770,000 Pycord
5 ProBot
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active June 29, 2024 22:33
Conventional Commits Cheatsheet

Conventional Commit Messages

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

Tip

Have a look at git-conventional-commits , a CLI util to ensure these conventions and generate verion and changelogs

Commit Message Formats

Default