Skip to content

Instantly share code, notes, and snippets.

View WapourVave's full-sized avatar

Wapour Vave WapourVave

View GitHub Profile
@leovoel
leovoel / basic_bot.py
Last active January 25, 2024 04:19
discord.py's basic_bot.py converted to use "cogs".
from discord.ext import commands
description = '''An example bot to showcase the discord.ext.commands extension
module.
There are a number of utility commands being showcased here.'''
# this specifies what extensions to load when the bot starts up
startup_extensions = ["members", "rng"]
@Shengaero
Shengaero / intellij_vcs_guide.md
Last active September 18, 2018 05:05
A starters guide to using the Version Control System (VCS) in Intellij IDEA

Cloning a repository from GitHub locally

First open Intellij's starting window and find the Checkout from Version Control drop-down menu:

If this is your first time doing anything like this, you'll more than likely be asked to provide your GitHub account username and password to gain access to the GitHub VCS features. >