Skip to content

Commit 0219be4

Browse files
committed
feat: add feedback for reloading strings
1 parent eac1fb7 commit 0219be4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blackjackbot/commands/admin/commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
@admin_method
1515
def reload_languages_cmd(update, context):
1616
reload_strings()
17+
update.message.reply_text("Reloaded languages & strings!")
1718

1819

1920
@admin_method

0 commit comments

Comments
 (0)