Skip to content

Experimental DiscordBot for own learning purpose and development of game management.

Notifications You must be signed in to change notification settings

flockean/my-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyBot

This is my first Discord Bot Project in GitHub. Usage of this is own Methods of learning and improvement!

Setup

  1. Create Discord devolper app: Link

  2. Activate Discord (developer) -> Bot -> 'MESSAGE CONTENT INTENT'.

  3. Create .env and enter your token from Discord (developer) -> Bot

  4. Discord (developer) -> OAuth2 -> URL Generator.

    SCOPES: 'bot'
    BOT PERMISSIONS: 'Send Messages'
    

    -> copy GENERATED URL
    -> paste into browser
    -> select server

  5. Create and activate virtual environment (optional)

    cd src
    python3 -m venv venv
    source venv/bin/activate
    
  6. Install dependencies

    pip3 install -r requirements.txt
    
  7. Execute main

    python3 main.py
    

About

Experimental DiscordBot for own learning purpose and development of game management.

Resources

Stars

Watchers

Forks

Packages

No packages published