Skip to content

Instantly share code, notes, and snippets.

View yonderbread's full-sized avatar
🧀
chedda

yonderbread yonderbread

🧀
chedda
View GitHub Profile
@yonderbread
yonderbread / pastebin_api.py
Last active October 5, 2020 05:09
Simple pastebin api wrapper for Python
import requests
'''Visibility modes for your paste'''
class VisibilityType:
PUBLIC = 0
UNLISTED = 1
PRIVATE = 2
@yonderbread
yonderbread / dijibot_command_usage.md
Created October 4, 2020 04:28
Command usage for Dijibot

Dijibot Command Usage:

Ping

Description: Pings a server and displays the response time in milliseconds.

Syntax: .ping <optional: ip or address>

Clean/Purge/Bomb/Nuke

Description: Deletes specified amount of messages from channel's history.

Syntax: .purge <amount>

Lb (Leaderboard)

@yonderbread
yonderbread / ctjs-faq.md
Last active September 8, 2020 18:35 — forked from amsam0/ctjs-faq.md
ct.js FAQ

ct.js FAQ

The camera won't follow my charater!

Make sure you have this code in your character's 'On Create' tab:

ct.camera.follow = this;

// Optional; sets the frame inside which the copy will be kept, in game pixels. Can be set to `null` so the copy is set to the center of the screen.
@yonderbread
yonderbread / style.css
Created August 24, 2020 23:55
Material Dashboard
/*!
=========================================================
* Material Dashboard - v2.1.2
=========================================================
* Product Page: https://www.creative-tim.com/product/material-dashboard
* Copyright 2020 Creative Tim (http://www.creative-tim.com)
=========================================================