A Discord Bot. Originally built in Node.js, MannBot has been rewritten and revamped in PHP!
$tokenis your Discord bot's token. You can find it within your Discord bot application settings, under Bot -> Build-A-Bot -> Token.$thoughts_folderHere is the location to store MannBots and your users thoughts.$currencyThe name you'd like to call the currency within the bot.$bot_imageImage URL of the bot.$slot_iconsIcons to use for the slot machine. You can use normal or custom emojis for this by passing in '<:emojiname:emojiid>'.$slot_winningsHow much the individual slot icons are worth.$meme_reactionsEmoji's that the bot will use when acknowledging a !meme request
You will need a folder for:
- Your users thoughts. Default is set to
storage/thoughts - Your images to use for meme generation. This is set in the code as
storage/meme_generator/source_images - A generated memes folder. This is set in the code as
storage/meme_generator/generated_memes
Once the Bot is on, it should generate the users.json file. This will grab all the users within your server and assign them some default data such as name, id, balance, xp and levels.
!commands - Generates an embed message showing all the commands