Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maryqu3en/es-bot
ES is a Discord bot that randomly selects and shares quotes from a curated collection of profound philosophical works. These quotes are intended to inspire reflection and spark deep conversations among those who dare to question the norms and explore the depths of human consciousness.
https://github.com/maryqu3en/es-bot
bot discord-bot discord-js discordjs-bot
Last synced: 2 days ago
JSON representation
ES is a Discord bot that randomly selects and shares quotes from a curated collection of profound philosophical works. These quotes are intended to inspire reflection and spark deep conversations among those who dare to question the norms and explore the depths of human consciousness.
- Host: GitHub
- URL: https://github.com/maryqu3en/es-bot
- Owner: maryqu3en
- License: mit
- Created: 2024-03-15T12:10:06.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-06-20T07:21:43.000Z (8 months ago)
- Last Synced: 2025-02-03T09:59:08.281Z (2 days ago)
- Topics: bot, discord-bot, discord-js, discordjs-bot
- Language: JavaScript
- Homepage: https://discord.com/oauth2/authorize?client_id=1189622761111429131
- Size: 23.4 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ES's Random Quote Discord Bot
Greetings, fellow wanderer. Meet ES, a Discord bot designed to share random quotes from my favorite philosophical books. Join me in this digital sanctuary as we delve into the depths of human thought and existential musings.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Books Included](#books-included)
- [Contribution Guidelines](#contribution-guidelines)
- [License](#license)## Introduction
ES is a Discord bot that randomly selects and shares quotes from a curated collection of profound philosophical works. These quotes are intended to inspire reflection and spark deep conversations among those who dare to question the norms and explore the depths of human consciousness.
## Features
- **Random Quote Generation**: Get a random quote from ES's favorite books by using the `/quote` command.
- **Philosophical Insights**: Engage with quotes that challenge societal norms and encourage introspection.
- **Curated Book List**: Quotes are drawn from a selection of thought-provoking philosophical texts.## Installation
To invite ES to your Discord server, follow these steps:
1. Clone this repository to your local machine:
```bash
git clone https://github.com/maryqu3en/DISCORDJS-ES.git
cd DISCORDJS-ES
```2. Install the necessary dependencies:
```bash
npm install
```3. Set up your Discord bot token. Create a `config.json` file in the project directory and add your token:
```json
{
"TOKEN":"discord_bot_token",
"clientId":"discord_bot_id"
}
```4. Run the bot:
```bash
npm run start
```## Usage
Once the bot is running and invited to your server, you can use the following command to receive a random quote:
```plaintext
/quote
```Let the words of wisdom resonate within your Discord community, sparking thoughtful discussions and introspection.
## Books Included
ES's quotes are drawn from the following philosophical masterpieces:
1. **Strait is the Gate** by André Gide
2. **Notes from Underground** by Fyodor Dostoevsky
3. **No Longer Human** by Osamu Dazai
4. **The Myth of Sisyphus** by Albert Camus
5. **The Metamorphosis** by Franz Kafka
6. **Demian** by Hermann Hesse## Contribution Guidelines
Feel the urge to enrich our bot with more philosophical wisdom? Contribute by adding quotes from other profound books that align with the spirit of this project.
1. Fork the repository.
2. Create a new branch: `git checkout -b feature/new-quotes`.
3. Commit your changes: `git commit -am 'Add new quotes from [Book Title]'`.
4. Push to the branch: `git push origin feature/new-quotes`.
5. Submit a pull request.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Join the Journey
In a world that often demands conformity, let us find solace and inspiration in the profound words of great thinkers. Invite ES to your Discord server and embark on this journey of enlightenment with us.