Skip to content

Instantly share code, notes, and snippets.

View Exxonnnnnn's full-sized avatar
👋
Creating CreativeDevelopments

Exxon Exxonnnnnn

👋
Creating CreativeDevelopments
View GitHub Profile
@ariscript
ariscript / Command Handlers.md
Last active July 30, 2021 21:06
Good Discord bot Command Handlers

Command Handlers

This gist will present some of the best command handlers to use for making a bot using discord,js.

The reason I include my own handler here is that it is indeed one of the best options to use to make a Discord bot. It has many configuration options that allow you to extend and override many of its default behaviors, middleware (a la express), and TS typings (it was made to work in TS more than JS). One con of this handler may be that it has a rather large bundle size. It even includes type checking and provides parsed types of arguments!

@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active July 8, 2024 00:16
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

@lancejpollard
lancejpollard / meta-tags.md
Created March 5, 2012 13:54
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">