+Added Discord Role System
Added system to allow users to edit roles that the admins of each server gives access to
This commit is contained in:
+12
-1
@@ -49,6 +49,11 @@ StarkInfo=Snaps your icon or the icon of a friend you mentioned
|
||||
[CommandYeet]
|
||||
YeetInfo=Yeet yourself or yeet a friend with @!
|
||||
|
||||
[CommandAllowedGuildRole]
|
||||
AllowedGuildRoleInfo=
|
||||
AllowedGuildRoleDuplicate=Can't add the same role twice!
|
||||
AllowedGuildRoleSuccess=Added %s to the allowed roles!
|
||||
|
||||
[CommandPollVote]
|
||||
PollVoteNotValidNumber=That's not a vaild number!
|
||||
PollVoteInfo=Vote in a poll with the choice number, won't work if no poll is running, you can't change your vote once you have cast it! Be careful!
|
||||
@@ -166,6 +171,12 @@ WolframError=Something went wrong!
|
||||
WolframInfo=Will query wolframalpha with your question and give a full image output of the answer
|
||||
WolframNoArgs=You need to provide some arguments!
|
||||
|
||||
[CommandAddGuildRole]
|
||||
AddGuildRoleInfo=
|
||||
AddGuildRoleNotAllowed=You are not allowed to add %s!
|
||||
AddGuildRoleSuccess=Added %s to %s
|
||||
AddGuildRoleFailure=Failed to add %s to %s
|
||||
|
||||
[CommandMap]
|
||||
MapInfo=Generates a map! You can pass additional information if you want with the flags `-s<seed>-w<width>-h<height>`. If one of the fields isn't provided, its default will be used. Note that adjusting the width and height impacts the map outcomes.\n\nDefault seed: Random,\nDefault Width: 35(max %s),\nDefault Height: 25(max %s)
|
||||
MapSeed=Seed
|
||||
@@ -174,4 +185,4 @@ MapVersion=Using mapgen v0.1
|
||||
MapWidth=Width
|
||||
MapHeight=Height
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user