diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-20 18:07:51 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-20 18:07:51 +0500 |
| commit | e251ac263125403009388fd50edaf855c645a9b2 (patch) | |
| tree | 0e5adfe05e8dd6d15b4586d75922a8b93e7d228b /public/emotes | |
| parent | ac5b69edf724d164c2150dfc96129335b9225299 (diff) | |
upd: text
Diffstat (limited to 'public/emotes')
| -rw-r--r-- | public/emotes/add.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/emotes/add.php b/public/emotes/add.php index a5c480d..33e8c06 100644 --- a/public/emotes/add.php +++ b/public/emotes/add.php @@ -64,4 +64,4 @@ $stmt->execute([$emote_set_id, $emote_id, $user_id]); $db = null; -generate_alert("/emotes/$emote_id", "Successfully added a new emote!", 200);
\ No newline at end of file +generate_alert("/emotes/$emote_id", "This emote has been added to your set. Enjoy!", 200);
\ No newline at end of file |
