Skip to content

Commit 5dc4022

Browse files
authored
forgot docs and help
forgot docs and help
2 parents 889614b + 7e8be60 commit 5dc4022

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ async def make_cfg_chan(self, ctx_or_guild):
180180
return self.config_channels[g.id]
181181

182182
@commands.command()
183-
@is_server_owner()
183+
@has_auth("admin")
184184
async def cfg(self, ctx, cog_name: str):
185185
cog = self.bot.get_cog(cog_name.title())
186186
if not cog:

src/lang/poll/help.en

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"poll": ["a suite of commands that lets one have more control over polls", {
33
"rm": ["allows one to delete one of their poll by issuing its id", "<id>` deletes poll with *id*"],
4-
"status" : ["returns stats about your running polls. This is also called when one of you poll gets deleted.", "` returns nothing"]
4+
"status" : ["returns stats about your running polls. This is also called when one of you poll gets deleted.", "` returns nothing"],
5+
"extended": ["This command creates polls that can have more than the 3 standard reaction but do not support dynamic color. The way to make one is to be write the following command in a poll channel (message discarded otherwise). The message is composed of the description then a line break then, one each following line: an emoji followed by a description each of these lines are separated by a line break", "<description...> <choices...>`"]
56
}]
67
}

0 commit comments

Comments
 (0)