Refix line lengths

This commit is contained in:
bobloy
2020-11-30 13:10:26 -05:00
parent 0bd77f5021
commit c991e8b62f

View File

@@ -47,7 +47,6 @@ from .utils.chat_formatting import (
) )
from .commands.requires import PrivilegeLevel from .commands.requires import PrivilegeLevel
_entities = { _entities = {
"*": "*", "*": "*",
"\\": "\", "\\": "\",
@@ -92,7 +91,6 @@ __all__ = ["Core"]
log = logging.getLogger("red") log = logging.getLogger("red")
_ = i18n.Translator("Core", __file__) _ = i18n.Translator("Core", __file__)
TokenConverter = commands.get_dict_converter(delims=[" ", ",", ";"]) TokenConverter = commands.get_dict_converter(delims=[" ", ",", ";"])
@@ -989,8 +987,8 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
async def mydata_user_deletion_by_owner(self, ctx, user_id: int): async def mydata_user_deletion_by_owner(self, ctx, user_id: int):
"""Delete data [botname] has about a user. """Delete data [botname] has about a user.
This will cause the bot to get rid of or disassociate a lot of data about the specified This will cause the bot to get rid of or disassociate a lot of data about the specified user.
user. This may include more than just end user data, including anti abuse records. This may include more than just end user data, including anti abuse records.
**Arguments:** **Arguments:**
@@ -1062,8 +1060,8 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
""" """
Commands for toggling embeds on or off. Commands for toggling embeds on or off.
This setting determines whether or not to use embeds as a response to a command (for This setting determines whether or not to use embeds as a response to a command (for commands that support it).
commands that support it). The default is to use embeds. The default is to use embeds.
""" """
@embedset.command(name="showsettings") @embedset.command(name="showsettings")