Zadelrazz is a discord bot for making lists. Tell him when you are starting a new lists, and he will automatically save each new numbered entry. Finally, tell him when you're done and he'll spit out the whole thing, well formatted and numbered along with a list of authors.
!new [NAME] : Start listening for entries to table NAME.
-> Each following message that begins with i., where i is an integer, will be added to the table.
!title : Print the active table's name.
!end : Close the active table, list its contents, and save them to the server.
!help : Display this help message.
See !help for an up-to-date list of commands and options.
- Must have installed Node JS
- Must have Git installed
- To install dependencies:
npm install
- Discord.io's gateway is currently broken so to run bots also run
npm install woor/discord.io#gateway_v6
in the main directory
Simply run the command node bot.js