Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name My Kittens Game tweaks
// @namespace https://gist.github.com/WillMoggridge/133c22444caaa4cc3f2a5536e9621a37
// @description Kittens!
// @include *bloodrizer.ru/games/kittens/*
// @version 1.0.0
// @grant none
// ==/UserScript==
@paris-ci
paris-ci / bot_example.py
Last active March 19, 2019 20:38 — forked from EvieePy/bot_example.py
A Cogs Example for the rewrite version of - discord.py
import discord
from discord.ext import commands
import sys, traceback
"""This is a multi file example showcasing many features of the command extension and the use of cogs.
These are examples only and are not intended to be used as a fully functioning bot. Rather they should give you a basic
understanding and platform for creating your own bot.
These examples make use of Python 3.6.2 and the rewrite version on the lib.