Skip to content

kyranet/oldschoolbot

 
 

Repository files navigation

Discord Discord

Logo Old School Bot

Old School Bot is a Discord Bot based on Old School RuneScape

Commands: https://www.oldschool.gg/commands

Old School Bot is not affiliated with or endorsed by Jagex. Play Old School RS for free at https://oldschool.runescape.com

Suggestions & Bug Reports

If you'd like to make a suggestion, or a bug report, simply create a new issue.

Contributing

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.

Setting up the bot to run locally for contributing

  1. Clone the repository: git clone https://github.com/gc/oldschoolbot.git
  2. Go into the folder, and npm install
  3. Make a file called private.js in the /config folder with this content, filling in your bot token:
module.exports = {
	token: `YOUR_BOT_TOKEN_HERE`
};
  1. Run node bot

Contributors

  • [Ciaran] helping with the quest command
  • [Devin] adding lots of bosses and monsters to +finish command
  • [ms813] adding the "raids" command
  • [Alexsuperfly] various command improvements
  • [Umdlye] various fixes and improvements
  • [Kyra] helping with many things, function for scraping world list

Notes

  1. 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.

  2. The trivia questions/answers are not public in this repository, to prevent people from cheating. However, you can still submit some to be added by adding them to this file, where I'll merge your additions into the real file, and then remove them from the sample file. Alternatively, you can manually send them to me to be added. There are currently 260+ trivia questions.

Self Hosting

Self hosting is not supported.

About

Old School Bot - A discord bot for Old School RuneScape (OSRS)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.8%
  • TypeScript 39.2%