The legendary Someone bot for Discord. Brings back Discord's 2018 April Fools joke.
When you mention the bot, it will randomly mention some other server member who can see the channel. It also has a lot of other commands you can get by doing /help.
-
Clone this repository onto your PC (
git clone https://github.com/ApocalypseCalculator/Someone) and runnpm run setup. -
Inside the
.envfile, input your bot token asTOKEN, Prisma DB connection URLDATABASE_URL, andREGISTER_CMDS. If hosting for multiple servers,REGISTER_CMDS="global"(takes up to 30min), otherwise,REGISTER_CMDS="guild"(instant). If using single-guild command, modifysrc/config.ts'smainGuildto your guild ID.REGISTER_CMDScan be removed after the first run registers the commands. -
Run
npm run start, or you can compile withtscand run the JS output
This bot duplicates the @Someone April Fools joke. To use it, simply ping the bot (you should name the bot Someone to make it simple).
You can use /commands for a list of commands.
If you get a webhook max length exceeded error message, simply run the command /whclear to clear out the webhooks managed by Someone.
Make sure to grant the bot privileges to create webhooks, manage messages, and view channels or it may not run properly.
If there are any bugs, feel free to contact me through Discord in our support server
You can find a hosted version of this bot at top.gg, and while you're there, please vote for my bot.
Privacy policy and terms & conditions apply if using hosted version of the bot.
- Terrarian (the GOAT for rewriting the original bot into TypeScript + updating to slash commands)
