GURPS1 Fnord Bot is a stand-alone, interactive, discord bot to work as game aid to GURPS 4th Edition roleplaying game system.
If want to avoid all install stuff and condigurations just invite the bot to your server clicking here! and skip all instructions bellow.
If you're not familiar with running Node.js applications, this guide may not be suitable for you. However, it's not overly complicated, and you can find various tutorials on the internet to help you learn. Here's what you'll need:
A machine running 24/7 to keep your bot running. There are several free services that offer virtual machines, and I recommend using Oracle Cloud for this purpose. An account with MongoDB. A development environment with VSCode and Node.js installed on your machine. If you have these prerequisites in place, you can proceed with the tutorial.
- Go to Discord Developers Portal and click on Application on Left site
- Create a new application
- Give a name, change the aplication image (this is not your bot yet!)
- Now you need to get a token, if is not visible, click on reset token and copy it on some place to use it later and do not share this key! This key is something like this
MTE1MTI4Mjg0ODMwMTU4NDQ2Ng.GT8d6O.sQKmqYhXIrjNL07bDa3MiF6uv4mcOdkk0_OzF4
-
In settings go to Bot
- Here you need to choose yout bot name and avatar.
- If you want your bot public check PUBLIC BOT
- In Privileged Gateway Intents turn on: PRESENCE INTENT, SERVER MEMBER INTENT AND MESSAGE CONTENT INTENT.
- Save de changes
-
Now go to left side again in OAUTH2>URL Generator
- On Scopes select Bot
- On Bot permissions select Administrator.
- Scroll down the page and copy the url and paste it on your web browser. This is the url you need to invite your bot to your channel! Now you can see your bot running on your server!
Once you have your bot running we need to put some code on it!
Make sure you have Node.js and npm installed on your machine.
- Clone this repository:
git clone https://github.com/Boifuba/beah.git
Navigate to the project folder:
- Install the dependencies:
npm install
- Create your dotenv file
Create a file .env
under root folder follow this example:
- Running the Bot
Now you're ready to start the bot:
node .
The bot is now up and running on your Discord server.
Here are some of the commands available for use with this bot:
Under Construction. I'll be listing it soon.
Footnotes
-
GURPS is a trademark of Steve Jackson Games, and its rules and art are copyrighted by Steve Jackson Games. All rights are reserved by Steve Jackson Games. This game aid is the original creation of Richard A. Wilkes and is released for free distribution, and not for resale, under the permissions granted in the Steve Jackson Games Online Policy. ↩