Skip to content

star14ms/Discord_Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord_Bot

See Discord.py Guide

Where to create a Discord bot

  1. Go to the link above to create a bot, copy the TOKEN and paste it into config.py. (MESSAGE CONTENT INTENT Must be checked!)

  2. Generate Invite URL Location

  3. Invite your bot to your desired server

  4. Run main.py


File Description

main.py - Bot starts when run (bot TOKEN required)

bot_base/command.py - Where to set bot commands

bot_base/event.py - Where to set up bot events

persona/__init__.py - Where to apply the bot’s persona

persona/*.py - Bot personas

utils.py - Functions to use when needed


Location of important information on bot creation page

TOKEN

Privileged Gateway Intents

  • MESSAGE CONTENT INTENT check required to read chat

Invite URL Generator


Reading Materials

discord.py

Apply commands and general message processing simultaneously

About

디스코드 봇 만들기!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages