diff options
Diffstat (limited to 'public/emotes/add.php')
| -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 |
