1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:23:12 +00:00

Change author data

This commit is contained in:
wlinator 2024-04-26 09:39:36 +00:00
parent 5a97af5ddc
commit 32744aab08
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
**The next part of this README explains how to self-host Racu, this allows you to host your own version of my code and
create a personalized Discord bot.**
**Note: because the `.slots` and `.blackjack` commands use custom (animated) emoji, these commands will break when you self-host Racu. Please replace the ID values in `config/JSON/resources.json` with your own set of emotes, or ask [wlinator](<https://discord.com/users/784783517845946429>) to let your bot join [Racu's Emote Server](https://discord.gg/B9jm2NgX5H).**
**Note: because the `.slots` and `.blackjack` commands use custom (animated) emoji, these commands will break when you self-host Racu. Please replace the ID values in `config/JSON/resources.json` with your own set of emotes.**
### Installation
#### Docker

View file

@ -1,7 +1,7 @@
{
"emotes_guild_id": 1038051105642401812,
"gitlab_url": "https://gitlab.com/wlinator/Racu",
"author_url": "<https://discord.com/users/784783517845946429>",
"author_url": "<https://discord.com/users/689589440301105232>",
"guild_specific": {
"guild_id": 719227135151046699,
"intro_channel_id": 973619250507972618,

View file

@ -14,5 +14,5 @@ def get_latest_git_tag():
__title__ = "Racu"
__version__ = get_latest_git_tag()
__author__ = "wlinator"
__author__ = "wl.inator"
__license__ = "MIT License"