diff --git a/bot/helper/ext_utils/bot_utils.py b/bot/helper/ext_utils/bot_utils.py
index 2f3b8a1..4e0e8bd 100644
--- a/bot/helper/ext_utils/bot_utils.py
+++ b/bot/helper/ext_utils/bot_utils.py
@@ -117,7 +117,7 @@ def get_readable_message():
except:
pass
if download.message.from_user.username:
- uname = f'@{download.message.from_user.username}'
+ uname = f'{download.message.from_user.username}'
else:
uname = f'{download.message.from_user.first_name}'
msg += f'\nUser: {uname} ({download.message.from_user.id})'