Skip to content

RbxAPI/Docs-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3723238 · May 28, 2021
Jul 26, 2020
Jan 26, 2021
May 28, 2021
Jun 4, 2020
Oct 12, 2018
Nov 10, 2020
Jan 25, 2021
Jan 25, 2021
Jan 26, 2021
Jan 25, 2021
Jan 11, 2020
Mar 27, 2020

Repository files navigation

Docs-Bot

Roblox API Server documentation Bot

Download: git clone https://github.com/RbxAPI/Docs-Bot.git

Purpose

This repo and it's contents serve to make development regarding the Roblox API much easier and provides links to various streamlined libraries. This is done by means of compilation of various resources into a single easy-to-use interface.

Configuration

The docstoken.py has be deprecated in favor of enviromental variables.

To launch your own instance of the bot, create .env in this directory (main directory) with the following:

# The token the bot will use to authenticate with Discord
DISCORD_TOKEN=<DISCORD_TOKEN>

# Various channels
BOT_COMMANDS_CHANNEL=<CHANNEL_FOR_BOT_COMMANDS>
MESSAGE_LOGS_CHANNEL=<CHANNEL_FOR_MESSAGE_LOGS>
MODERATION_LOGS_CHANNEL=<CHANNEL_FOR_MOD_LOGS>
JOIN_LOGS_CHANNEL=<CHANNEL_FOR_JOIN_LOGS>
ERROR_LOGS_CHANNEL=<CHANNEL_FOR_ERROR_LOGS>

# Various categories
LIBRARIES_CATEGORY=<LIBRARY_DEVELOPER_CATEGORY>
FRAMEWORKS_CATEGORY=<FRAMEWORKS_DEVELOPER_CATEGORY>

where DISCORD_TOKEN is your own Bot's token.

NOTE: No one should push docstoken.py to upstream. This is treated as local configuration.

About

Documentation Bot for Discord.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published