A Discord bot for the official IOURPG server located here - https://discord.gg/zynuQcP. Made with Nodejs and Discordjs, using json files to store data locally.
An extended version of this bot for IOU Guild Discord Servers can be found at https://github.com/puremana/me-bot
All commands start with the prefix allocated in the bot.js and command.js files.
-
Bot Related
helpinfosuggesttimeserverinfobingoaddbingoremovebingowhenadd-add command-name description(admin only)remove-remove command-namerules-rules user-idecho-echo message
-
Party/Guild Commands
addparty-addparty required-dps descriptionremovepartypartiesresetparties(admin only)addguild-addguild "guild name" descriptionaddguildformat-addguildformat "guild name" "guild level" "guild buildings" "stone required" "DPS required" "members in guild" "spots open" "description"removeguildguildsresetguilds(admin only)removepartyname-removepartyname party-name(admin only)
-
Voting Commands
votenew-votenew "Name of Poll" "# of times you can vote" "Option One" "Option Two" "Etc"vote-vote "Name of Poll" "index of option (eg 1)"votecheck-votecheck "Name of Poll"votedisplay-votedisplay "Name of Poll"voteclose-voteclose "Name of Poll"voteopen-voteopen "Name of Poll"votedelete-votedelete "Name of Poll"votereset-votereset "Name of Poll"
-
Event Commands
invasionenergyeventrpgmafia
-
Useful Links
guidemulticalcforumwikicardstesttrello
- Clone the repo from https://github.com/puremana/iou-bot
- Go to https://discordapp.com/developers/applications/me
- Create a new app named IOU Bot (no description/image needed here)
- Click "Create bot user"
- Click to reveal token
- Replace the token in the config.json file in storage
- Open cmd and run "npm install" (install nodejs if you don't have it installed already)
- Get the client ID from where you found the token. Go to https://discordapp.com/oauth2/authorize?client_id=INSERTCLIENTIDHERE&scope=bot&permissions=0 To add the bot to your Discord with 0 permissions. You will need the Manage Server role to do this.
- Run "node bot.js" to start the bot