mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
cast to str
This commit is contained in:
parent
ef1582832d
commit
1d23c1f2bc
@ -2610,12 +2610,12 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
)
|
||||
e.add_field(
|
||||
name="Data path",
|
||||
value=escape(data_path, formatting=True),
|
||||
value=escape(str(data_path), formatting=True),
|
||||
inline=False,
|
||||
)
|
||||
e.add_field(
|
||||
name="Metadata file",
|
||||
value=escape(config_file, formatting=True),
|
||||
value=escape(str(config_file), formatting=True),
|
||||
inline=False,
|
||||
)
|
||||
await ctx.send(embed=e)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user