Skip to content

Freo, a versatile Discord bot designed to enhance your server experience with advanced giveaway features

License

Notifications You must be signed in to change notification settings

OG-Devcords/Freo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flux

20240607_030525

Discord GitHub stars License: MIT

Welcome to Freo, a versatile Discord bot designed to enhance your server experience with advanced giveaway features.

Table of Contents

Introduction

Freo is a powerful and customizable Discord bot that provides robust giveaway functionalities, advanced features to managing your server easier and more efficient.

Features

  • Advanced Giveaway With Button Support
  • Logging for all commands executed
  • Error logging for commands
  • Integration with MongoDB for data persistence
  • Support for Top.gg voting

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/OG-Devcords/freo.git
    cd greethub
  2. Install the dependencies:

    npm install

Configuration

Create a .env file in the root directory and add your configuration details:

TOKEN=YOUR_DISCORD_TOKEN_HERE
MONGO_DB=YOUR_MONGO_DB_CONNECTION_STRING_HERE
CLIENT_ID=YOUR_CLIENT_ID_HERE
TOPGG_TOKEN=YOUR_TOPGG_TOKEN_HERE

Alternatively, you can directly edit the config.js file:

module.exports = {
  TOKEN: process.env.TOKEN || "YOUR_DISCORD_TOKEN_HERE",
  MONGO_DB: process.env.MONGO_DB || "YOUR_MONGO_DB_CONNECTION_STRING_HERE",
  CLIENT_ID: process.env.CLIENT_ID || "YOUR_CLIENT_ID_HERE",
  OWNERS: ["YOUR_DISCORD_USER_ID_HERE"],
  SUPPORT_SERVER: "https://discord.com/invite/fDrwgNG5UN",
  CHANNELS: {
    COMMANDS_LOGS: "YOUR_COMMANDS_LOG_CHANNEL_ID_HERE",
    ERROR_COMMAND_LOGS: "YOUR_ERROR_COMMAND_LOG_CHANNEL_ID_HERE"
  },
  TOPGG: {
    STATUS: true,
    TOKEN: "YOUR_TOPGG_TOKEN_HERE"
  }
}

Running the Bot

Start the bot using the following command:

node index.js

Try the Live Version

You can invite the live version of Freo to your server using this invite link.

Support

If you enjoy using GreetHub, please consider supporting us by voting on Top.gg. Your votes help us reach more users and improve the bot!

Contributing

We welcome contributions! If you have suggestions for new features or find a bug, please open an issue or submit a pull request on GitHub. Don't forget to star the repo if you like it!

Acknowledgments

This project was built with inspiration and assistance from the following repositories:

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Freo, a versatile Discord bot designed to enhance your server experience with advanced giveaway features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published