Skip to content

Commit

Permalink
🪥Fix display name
Browse files Browse the repository at this point in the history
  • Loading branch information
Aluerie committed Jan 29, 2025
1 parent 8e34eeb commit 105ac98
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# AlueBot
# 🐬 LueBot (@AlueBot on twitch.tv)

![AlueBot Social Preview](<assets/images/profile/GitHub - Social Preview.png>)
![LueBot Social Preview](<assets/images/profile/GitHub - Social Preview.png>)

1. [🏠 Wiki](https://github.com/Aluerie/AlueBot/wiki) - link to github wiki page, most notably:
* [🛠️ Running/Installation guide](https://github.com/Aluerie/AlueBot/wiki/%F0%9F%9B%A0%EF%B8%8FRunning-Installation-guide)
> [!NOTE]
> The Display name for this bot on twitch.tv is `@AlueBot` (as in `Alue`rie's `Bot`). But I use `@LueBot` naming everywhere else (i.e. repository name, class/variable names, etc.) to avoid confusion with my discord bot, which is named [`@AluBot`](<https://github.com/Aluerie/AluBot>).
>
> ![LueBot Display Name](<assets/images/display_name.png>)
1. [🏠 Wiki](https://github.com/Aluerie/LueBot/wiki) - link to github wiki page, most notably:
* [🛠️ Running/Installation guide](https://github.com/Aluerie/LueBot/wiki/%F0%9F%9B%A0%EF%B8%8FRunning-Installation-guide)
Binary file added assets/images/display_name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/profile/GitHub - Social Preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion bot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ class LueBot(commands.Bot):
The name `AlueBot` is used mainly for display purposes here:
* the bot's twitch account user name (just so it's clear that it's Aluerie's bot);
* the GitHub repository name and `README.md` file.
* the bot's Steam account's display name;
Name `LueBot` is pretty much used elsewhere:
* the GitHub repository name and `README.md` file.
* class name;
* folder name;
* systemd service name;
Expand Down
2 changes: 1 addition & 1 deletion ext/misc_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async def run(self, ctx: commands.Context) -> None:
"we load a save-file with Reflections for Emma, Fire Isshin and Inner Bosses. "
"The idea: I have to learn and practice all boss move-sets. "
"Restrictions: Almost Charmless (take it back pre-demon). No forced loops. "
"Sword+Shuriken for bosses that I like (~30/40)."
"Sword+Shuriken for bosses that I like (~30/40). "
"Mist Raven for lighting reversal. "
"Full blasting for the rest. For more look !notes."
)
Expand Down

0 comments on commit 105ac98

Please sign in to comment.