A Discord bot that provides documentation hints for the SourceMod API.
/docs <query>- Displays symbol information./reload-symbols- Owner only command to reload symbols.
- Clone this repository and navigate to the directory.
- Copy
.env.exampleto.envand fill environment variables.
- Run
npm installto install all the dependencies. - Run
npm run buildto build the application. - Run
npm run deploy:prodto deploy the slash commands. - Run
pm2 start dist/index.js --name sourcemod-docs-botto start the bot.
- Copy
docker-compose.yml.exampletodocker-compose.yml. - Run
docker-compose up -dto start the bot in the background.
- Clone the repository with
git clone https://github.com/Sikarii/sourcemod-docs-bot. - Navigate to the cloned repository with
cd sourcemod-docs-bot. - Copy
.env.exampleto.envand fill environment variables. - Run
npm run deploy:devto deploy slash commands to the dev guild. - Run
npm run devto run the bot in development mode (restarts on changes).
- rumblefrog - Author of the sourcemod-dev/manifest repository, used for the symbols in the bot.

