mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
docs: fix typo in role button examples
This commit is contained in:
parent
b6ab2c7d4a
commit
123b08c191
1 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ export const pluginInfo: ZeppelinGuildPluginBlueprint["info"] = {
|
||||||
config:
|
config:
|
||||||
buttons:
|
buttons:
|
||||||
my_roles: # You can use any name you want here, but make sure not to change it afterwards
|
my_roles: # You can use any name you want here, but make sure not to change it afterwards
|
||||||
messages:
|
message:
|
||||||
channel_id: "967407495544983552"
|
channel_id: "967407495544983552"
|
||||||
content: "Click the reactions below to get roles! Click again to remove the role."
|
content: "Click the reactions below to get roles! Click again to remove the role."
|
||||||
options:
|
options:
|
||||||
|
@ -37,7 +37,7 @@ export const pluginInfo: ZeppelinGuildPluginBlueprint["info"] = {
|
||||||
config:
|
config:
|
||||||
buttons:
|
buttons:
|
||||||
my_roles:
|
my_roles:
|
||||||
messages:
|
message:
|
||||||
channel_id: "967407495544983552"
|
channel_id: "967407495544983552"
|
||||||
content:
|
content:
|
||||||
embeds:
|
embeds:
|
||||||
|
@ -55,7 +55,7 @@ export const pluginInfo: ZeppelinGuildPluginBlueprint["info"] = {
|
||||||
config:
|
config:
|
||||||
buttons:
|
buttons:
|
||||||
my_roles:
|
my_roles:
|
||||||
messages:
|
message:
|
||||||
channel_id: "967407495544983552"
|
channel_id: "967407495544983552"
|
||||||
message_id: "967407554412040193"
|
message_id: "967407554412040193"
|
||||||
options:
|
options:
|
||||||
|
@ -69,7 +69,7 @@ export const pluginInfo: ZeppelinGuildPluginBlueprint["info"] = {
|
||||||
config:
|
config:
|
||||||
buttons:
|
buttons:
|
||||||
my_roles:
|
my_roles:
|
||||||
messages:
|
message:
|
||||||
channel_id: "967407495544983552"
|
channel_id: "967407495544983552"
|
||||||
message_id: "967407554412040193"
|
message_id: "967407554412040193"
|
||||||
exclusive: true # With this option set, only one role can be selected at a time
|
exclusive: true # With this option set, only one role can be selected at a time
|
||||||
|
|
Loading…
Add table
Reference in a new issue