An open-source clone of NeuroBot from the Neuro-sama discord server. This is still in early development, and there are many features that it will lack, since, due to not being a mod on the server, I don't know about, or have access to, a large portion of what NeuroBot can do. So likely the only things being added will be things that regular users can do with the original.
Copy .env.example to a .env, and replace the placeholders with the correct info.
| Command | Description |
|---|---|
/cookie |
The bot will be given a cookie and tell you how many cookies you have given it. |
/felloff |
The bot will respond with a RIPBOZO emote. |
/nothing |
The bot will respond with "Nothing ever happens, all-in" |
/bwaa |
The bot will respond with a neuroBwaa emote |
- Make sure the bot is online (check Discord server member list)
- Verify the bot has permission to read and send messages in the channel
- Check that slash commands are registered (you should see them when typing
/) - Look at console output for any error messages
- Double-check your
DISCORD_TOKENin the.envfile - Make sure there are no extra spaces around the token
- Verify
CLIENT_IDandGUILD_IDare correct in.env - It may take a few minutes for slash commands to appear after first registration
- Try restarting the bot
- Check console for error messages
- Verify all environment variables are set correctly
- Make sure you've installed dependencies with
bun install
Feel free to contribute if you find anything you can help with.
https://discord.com/api/oauth2/authorize?client_id=ClientID&permissions=377957312512&scope=bot%20applications.commands