Skip to content

Instantly share code, notes, and snippets.

View LennyPhoenix's full-sized avatar

Lenny Critchley LennyPhoenix

View GitHub Profile
@LennyPhoenix
LennyPhoenix / DiscordPy Tutorial.md
Last active August 11, 2020 10:46 — forked from 4Kaylum/DiscordPy Tutorial.md
A simple bot tutorial for Discord.py

Writing a Discord bot with Discord.py

Hey one, hey all, and welcome to a basic Discord bot writing tutorial. This is a basic tutorial that doesn't cover coding in general, but rather how to work with the Discord.py (v1.0.0a) library and how to write a simple bot with it. General help can be found on the Discord API guild and in the documentation.

This tutorial assumes some prior knowledge of programming, and assumes you already have Python3.5 (and Pip) or later installed and added to your PATH.

With that, let's get to it.

Installation