Your ultimate companion in the digital realm! Equipped with a diverse range of skills and a witty personality that'll keep you entertained. Whether you need a dose of laughter with corny dad jokes or to talk with AI. Revoltanator has all things fun!
๐ค AI | You can ask AI something or just have a convo with a AI
๐ฎ Videogame tools | Find out info on a Minecraft player or view someones Minecraft skin
๐ฒ Fun | Get a random dad joke, flip a coin, roll a die, get a trivia question, or even get a random number fact!
- ๐ Overview
- ๐พ Features
- ๐ Project Structure
- ๐ Getting Started
- ๐ Project Roadmap
- ๐ฐ Contributing
- ๐ License
- ๐ Acknowledgments
Revoltanator is a versatile Revolt bot that offers a wide range of features to keep you entertained and engaged. Whether you're in the mood for witty banter, seeking information, or just looking to have some fun, Revoltanator has got you covered.
With its diverse array of features and a personality that's sure to keep you entertained, Revoltanator is the ultimate companion for your digital adventures. Whether you're looking to learn, laugh, or simply have some fun, this platform has something for everyone.
Engage in conversations with a helpful and knowledgeable AI assistant Ask the AI questions on a variety of topics and receive insightful responses
Access information about Minecraft players, including their in-game skins Explore and utilize various Videogame-related tools and resources
Enjoy a repertoire of corny dad jokes to tickle your funny bone Flip a coin, roll a die, or get a random trivia question for a quick dose of entertainment Discover fascinating number facts to broaden your knowledge
โโโ Revoltanator/
โโโ Commands.js
โโโ commands
โ โโโ ai.js
โ โโโ askai.js
โ โโโ bstats.js
โ โโโ coinflip.js
โ โโโ dadjoke.js
โ โโโ dice.js
โ โโโ eval.js
โ โโโ giveaway.js
โ โโโ imagine.js
โ โโโ kill.js
โ โโโ mc.js
โ โโโ note.js
โ โโโ numberfact.js
โ โโโ ping.js
โ โโโ poll.js
โ โโโ premium.js
โ โโโ purge.js
โ โโโ random.js
โ โโโ reboot.js
โ โโโ serverinfo.js
โ โโโ servers.js
โ โโโ source.js
โ โโโ suggestion.js
โ โโโ support.js
โ โโโ template.js.txt
โ โโโ todo.js
โ โโโ trivia.js
โ โโโ whois.js
โโโ index.js
โโโ package-lock.json
โโโ package.json
โโโ util
โ โโโ embed.js
โโโ web
โ โโโ index.css
โ โโโ index.html
โ โโโ index.js
โโโ wjda.js
REVOLTANATOR/
__root__
package-lock.json index.js Where the magic happens! Commands.js The magical command handler! package.json wjda.js
commands
coinflip.js The coinflip command. dice.js A dice command. random.js Commands that give random outputs. poll.js A command that creates a poll. serverinfo.js A command that gives info about the Revolt server. template.js.txt A Template for commands. reboot.js Owner command that reboots the robot. support.js Command that gives link to support server. ping.js Get the bots latency. source.js Get a link to this repo. dadjoke.js Get a random dadjoke. mc.js Minecraft commands. trivia.js Get random Trivia bstats.js Get stats about the bot. premium.js Learn how to get premium also Check if you have premium. servers.js Owner command to get list of servers the bot is in. todo.js Owner command to add to todo list. whois.js Get info about someones account. imagine.js Makes AI generated image. kill.js Owner command to kill the bot. eval.js Owner command to run code. ai.js Talk to AI. suggestion.js Suggest something to the bot owner. askai.js Ask AI something numberfact.js Get a number fact. purge.js Delete X amount of messages. note.js Owner command to add to notes. giveaway.js Roll a giveaway.
web
index.css The magical websites Style Sheet index.js The magical websites Javascript index.html The magical websites HTML
util
embed.js Tools for embeds.
Before getting started with Revoltanator, ensure your runtime environment meets the following requirements:
- Programming Language: JavaScript
- Package Manager: Npm
Install Revoltanator using one of the following methods:
Build from source:
-
Clone the Revoltanator repository:
โฏ git clone https://github.com/BrandgrandRealMe/Revoltanator
-
Navigate to the project directory:
โฏ cd Revoltanator
-
Install the project dependencies:
โฏ npm install
-
Create a
.env
file in the project directory with the following content:REVOLTANATOR_envTest=Env Is Loaded REVOLTANATOR_REVOLT_TOKEN=<BOT TOKEN> REVOLTANATOR_PORT=<DESIRED PORT> REVOLTANATOR_BARDKEY=<https://ai.google.dev/gemini-api/docs/api-key (Optional)> REVOLTANATOR_PREFIX=<DESIRED PREFIX>
Replace the placeholders with the appropriate values for your setup.
Run Revoltanator index.js
using the following command:
โฏ npm start
-
Fix imagine command
: Fix the uploading problems with//imagine
. -
Update Hercai
: Update theHercai
package.
- ๐ฌ Join the Revolt Server: Share your insights, provide feedback, or ask questions.
- ๐ฌ Join the GitHub Discussions: Share your insights, provide feedback, or ask questions.
- ๐ Report Issues: Submit bugs found or log feature requests for the
Revoltanator
project. - ๐ก Submit Pull Requests: Review open PRs, and submit your own PRs.
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/BrandgrandRealMe/Revoltanator
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.'
- Push to github: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
This project is protected under the GPL-3.0 License. For more details, refer to the license.md file.
- Command handler taken from remix-bot
- Thanks to
ShadowLp174#0667
andeyeballs#1952
on Revolt for helping me!