Skip to content

Instantly share code, notes, and snippets.

View Gear-Smith's full-sized avatar
👋

Raymond Huff Gear-Smith

👋
View GitHub Profile
@Gear-Smith
Gear-Smith / bot_example.py
Last active March 27, 2020 23:43
A Cogs Example for the 0.16.12 version of - discord.py (with automatic directory searching)
import discord
from discord.ext import commands
import asyncio
import random
import os
import sys, traceback
description = '''
This is a multi file example showcasing many features of the command extension and the use of cogs.