misslame / BroncoderBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BroncoderBot

Description

Setting up and testing...

Requirements

  • Python 3.8+
  • Git

Installation

git clone https://github.com/misslame/BroncoderBot.git
cd BroncoderBot
pip install -r requirements.txt

Follow any of these guides to setup and invite the bot to the test channel

Creating a bot account

Creating a bot account 2nd resource

Execution

Run main file (Windows)

py main.py

Test your bot in the test server using the /hello command in the bots channel

Setup Test Notes

  • Create a redirect to any site (google) in OAuth2 > General
  • Setup a OAuth2 > URL Generator with SCOPES permissions of: guilds, guilds.join, guilds.members.read, bot, and applications.commands Redirect url Scopes permissions
  • Allow intents in BOT tab Bot Intents
  • In BOT Permissions: Read Messages/View Channels only in General Permissions & select all Text Permissions -- UPDATE BOTS PERMS Bot permissions
  • Copy and paste the generated URL on your browser then select our test server
  • Create your .env file and paste your Bot TOKEN (found in the Bot tab) as
  • If you need to change these permissions kick your bot and restart the process

BOT_TOKEN=XYZ

Discord Bot Reference Guide

Discord Bot Docs

Authors and acknowledgment

...

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Status and version

In development...

License

MIT

About

License:MIT License


Languages

Language:Python 99.8%Language:Shell 0.1%Language:Procfile 0.0%