Reformatting footer text

pull/8/head
sgoudham 4 years ago
parent 7bd0353892
commit 604d5104bd

@ -57,7 +57,7 @@ class Pages:
if left_over: if left_over:
pages += 1 pages += 1
self.maximum_pages = pages self.maximum_pages = pages
self.embed = discord.Embed(colour=enso_embedmod_colours, # any HEX color here self.embed = discord.Embed(colour=enso_embedmod_colours,
timestamp=datetime.datetime.utcnow()) timestamp=datetime.datetime.utcnow())
self.paginating = len(entries) > per_page self.paginating = len(entries) > per_page
self.show_entry_count = show_entry_count self.show_entry_count = show_entry_count
@ -473,7 +473,7 @@ class HelpPaginator(Pages):
self.embed.description = self.description self.embed.description = self.description
self.embed.title = self.title self.embed.title = self.title
self.embed.set_footer(text=f'**{self.prefix}help** `command | module` For More Information!') self.embed.set_footer(text=f'"{self.prefix}help command | module" For More Information!')
signature = _command_signature signature = _command_signature

Loading…
Cancel
Save