Skip to content

ringwormGO-organization/Discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Discord-bot

Discord bot for ringwormGO written in Python

Invite bot in own server

https://discord.com/api/oauth2/authorize?client_id=1003706545374253098&permissions=1426935999702&scope=applications.commands%20bot

Run bot locally

Dependencies

  • Python3
    • Install with apt-get install python3 if not already installed on GNU/Linux machine, Debain based.
    • Install with pacman -S python if not already installed on GNU/Linux machine, Arch based.
  • Discord
    • Install with apt-get install discord if not already installed on GNU/Linux machine, Debain based.
    • Install with pacman -S discord if not already installed on GNU/Linux machine, Arch based.
    • Or use Discord in web browser (discord.com)
  • hikari
    • Install with pip install hikari or pip3 install hikari
  • hikari-lightbulb
    • Install with pip install hikari-lightbulb or pip3 install hikari-lightbulb
  • colorama
    • Install with pip install colorama or pip3 install colorama

Run

  • Make .env file as following:
TOKEN="your bot token goes here"
SERVER_ID=server_id,
  1. Do not leak your bot token
  2. Put comma after your server ID because value needs to be tuple
  • Run main.py file

Bot in action (pictures)

Screenshot 2022-01-26 194204 Screenshot 2022-01-26 194152 Screenshot 2022-01-26 193617


107 110