Skip to content

Commit 846c873

Browse files
author
Kamran Mackey
committed
Added back something that I removed in my bot. Derp!
1 parent 986108a commit 846c873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/soundcloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def format_user(user, show_url=True):
8484
out = "\x02{}\x02".format(user['username'])
8585

8686
if user['description']:
87-
out += ': "{}"'.format(user['description'])
87+
out += ': "{}"'.format(formatting.truncate(user['description']))
8888

8989
if user['city']:
9090
out += ': {}'.format(user['city'])

0 commit comments

Comments
 (0)