File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ async def send_group_help(self, group):
117
117
description = self .process_help_msg (group .help )
118
118
)
119
119
120
- embed .add_field (name = 'Permission level' , value = perm_level )
120
+ embed .add_field (name = 'Permission level' , value = perm_level , inline = False )
121
121
format_ = ''
122
122
length = len (group .commands )
123
123
@@ -131,7 +131,7 @@ async def send_group_help(self, group):
131
131
branch = '├─'
132
132
format_ += f'`{ branch } { command .name } ` - { command .short_doc } \n '
133
133
134
- embed .add_field (name = 'Sub Commands' , value = format_ )
134
+ embed .add_field (name = 'Sub Commands' , value = format_ , inline = False )
135
135
embed .set_footer (
136
136
text = f'Type "{ self .clean_prefix } { self .command_attrs ["name" ]} command" '
137
137
'for more info on a command.'
You can’t perform that action at this time.
0 commit comments