Publisher Bot is a Discord bot designed to manage and publish content for Discord servers.
- Content Management: Manage and publish content to Discord channels.
To use Publisher Bot on your own server, follow these steps:
-
Clone the Repository:
git clone https://github.com/HStudioDiscordBot/Publisher-Bot.git cd Publisher-Bot -
Install Dependencies:
npm install
-
Configure the Bot:
- Create a
.envfile based on.env.example. - Fill in your Discord bot token and other required configurations.
- Create a
-
Build the bot:
npm build
-
Start the Bot:
npm start
To configure the bot, edit the .env file. Here are the main configuration options:
TOKEN: Your Discord bot token.
Contributions are welcome! If you have suggestions or improvements, please fork the repository and create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.