Old School Bot is a Discord Bot based on Old School RuneScape
For more information on the bot: https://www.oldschool.gg/oldschoolbot
Old School Bot is not affiliated with or endorsed by Jagex. Play Old School RS for free at https://oldschool.runescape.com
Old School Bot uses oldschooljs
(also made by me), for most of the OSRS related features like: simulating killing monsters, simulating clues, fetching the hiscores, checking worlds, etc. It's completely open-source and free to use.
https://github.com/gc/oldschooljs
To report a bug, click here.
To suggest a new feature, click here
Anyone is free to create PR's with improvements and additions to Old School Bot.
Please lint your code with the projects' ESLint config.
Contributors are listed in this file, and given a Contributor role in the support server. If you have more questions, send me a message on discord.
To run the bot, you need the following things: Git, Yarn, NodeJS v12+, Postgres, a discord bot account
- Clone the repository:
git clone https://github.com/oldschoolgg/oldschoolbot.git
- Install the dependencies:
yarn
- Make a config file from the example:
cp src/config.example.ts src/config.ts
- Edit this new
config.ts
file, input your bot token and Postgres database details. - Go to https://discord.com/developers/applications and ensure your bot has
Privileged Gateway Intents > Server Members Intent
enabled. - Run
yarn build
- then runyarn start
. In the future, you can type onlyyarn start
to start the bot.
If you have errors or issues, you can ask us for help in the developer channel in the discord server.
- [Ciaran]
- [Devin]
- [ms813]
- [Alexsuperfly]
- [Umdlye]
- [Kyra]
- [Wyatt]
- [coolbop32]
- [duracell33]
-
Old School Bot uses Klasa, a discord bot framework, if you have questions as to how Klasa works, or are interested in making your own Klasa bot, you can check it out here.
-
The trivia questions/answers are not public in this repository, to prevent people from cheating. However, you can still submit some to be added. If you wish to submit some to be added, just ask me in the developer channel in our server. There are currently 260+ trivia questions.
Self hosting is not supported.