Winny is a discord bot that serves as a companion to the Winston Reddit app. The bot helps to manage, display, and download themes. It provides a theme store, and in general, enhances your Discord experience.
In order to get a local copy up and running, follow these steps:
- A Discord account.
- Node.js and npm installed on your machine.
-
Clone the repository:
git clone https://github.com/your-github-username/winston-discord-bot.git
-
Install NPM packages:
npm install
-
Create and set up your
.env
configuration file. Make it look like this:CLIENT_ID=<your-discord-client-id> TOKEN=<your-discord-token> BEARER=<your-bearer-token>
Replace
<your-discord-client-id>
,<your-discord-token>
, and<your-bearer-token>
with your Discord Client ID, Discord Token, and Bearer token respectively.
After setting up, you should be able to run Winny by executing:
npm run start
If you want to contribute to this project, follow the steps below:
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
This project is licensed under the GPLv3 License. See LICENSE for more information.