Skip to content

Instantly share code, notes, and snippets.

View Parad1se-py's full-sized avatar
🤖
Working on FoodTruck v2

Arjun Ladha Parad1se-py

🤖
Working on FoodTruck v2
  • India
View GitHub Profile
@Painezor
Painezor / Checks.py
Last active April 18, 2024 05:22
Built-in Checks for the commands extension of discord py
@commands.guild_only()
# Command cannot be used in private messages.
@commands.dm_only()
# Command can only be used in private messages.
@commands.is_owner()
# Command can only be used by the bot owner.
@commands.is_nsfw()
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active July 8, 2024 21:49
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example