-
-
Notifications
You must be signed in to change notification settings - Fork 320
Getting Started
Krypton edited this page Oct 16, 2023
·
1 revision
To use this template, you can either:
- Use This Template: Click the "Use this template" button to create your GitHub repository based on this template.
- Clone/Download: Clone or download this repository to your local machine.
Before setting up your bot, you'll need:
- A basic knowledge of Python.
- A Discord bot application. You can create one here.
- Invite your bot on servers using the following invite:
https://discord.com/oauth2/authorize?&client_id=YOUR_APPLICATION_ID_HERE&scope=bot&permissions=PERMISSIONS (
Replace
YOUR_APPLICATION_ID_HERE
with the application ID and replacePERMISSIONS
with the required permissions your bot needs, which can be found at the bottom of this page https://discord.com/developers/applications/YOUR_APPLICATION_ID_HERE/bot)