Skip to content
/ Trixy Public

πŸ±β€πŸ* The Discord Bot, handling basic features as social commands and moderation. Trixy will make your discord server way more powerful !

License

Notifications You must be signed in to change notification settings

Inerska/Trixy

Repository files navigation


Trixy's logo
Trixy

A professional discord bot for a professional discord server.

Modulable, open-source, powerful, moderation, fun, socials, etc.

Discord Server Remora

Overview β€’ Installation β€’ Invite the bot β€’ Support server

Overview

Trixy is a discord bot made with β™₯ powered with Remora.Discord 🦈 by Nihlus. The bot is free for everyone, and mostly open-source, we encourage everyone to make pull request and contribute to the project. The goal of the project is to make a discord bot with a pretty good project structure and a clean source code (if you see something that can be improve, do not hesitate to contribute). It's an all-in-one bot, we want Trixy to contain the most features it can, moderation, social, administration tasks, etc.

Installation

To install Trixy within your discord server

  • You can invite Trixy with the invite link.
  • You can self-host the discord bot, if so, please continue.

Made with a generic worker hoster, probably everybody can self-host Trixy easily, just assure to create a Properties directory inside Trixy.BotWorker and create a launchSettings.json file, and please follow this default pattern file :

{
  "profiles": {
    "Trixy.BotWorker": {
      "commandName": "Project",
      "environmentVariables": {
        "NSFW_ANIME_API_BASE_URL_": "https://api.waifu.pics/nsfw/",
        "SFW_ANIME_API_BASE_URL_": "https:/api.waifu.pics/sfw/",
        "DOTNET_ENVIRONMENT": "Development",
        "TRIXY_": "your_bot_token_here",
        "CONNECTION_STRING_": "your_sqlite_connection_string_here"
      },
      "dotnetRunMessages": "true"
    }
  }
}

Then configure the Trixy.BotWorker/appsettings.Development.json file, make sure that Trixy.BotWorker is the startup-project before you launch, and Trixy can be operational !

Invite

  • To invite Trixy within your server, click here
  • If you are self-hosting Trixy you can catch its invite link by mentioning the bot itself.

Support

Something wrong during your installation ? Do you have any idea ? Do you have encountered some issues ? Please join the support discord server by clicking here

Please have fun, and make your discord server travel in another dimention of modernity-

About

πŸ±β€πŸ* The Discord Bot, handling basic features as social commands and moderation. Trixy will make your discord server way more powerful !

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages