+Added Fetch command
Added Fetch command Refactored AddGuildRole and AllowedGuildRole to be standard Added GuildRoleRemove
This commit is contained in:
+27
-11
@@ -13,6 +13,11 @@ HelpDisplay=You can get help with a specific command by typing `!help command`!\
|
||||
RollError=Didn't work ;3;
|
||||
RollInfo=Based on input of xdy where x is number of dice and y is faces kitty will roll that amount of dice, display the individual rolls and total
|
||||
|
||||
[CommandGuildRoleAllowed]
|
||||
GuildRoleAllowedInfo=
|
||||
GuildRoleAllowedSuccess=Added %s to the allowed roles!
|
||||
GuildRoleAllowedDuplicate=Can't add the same role twice!
|
||||
|
||||
[CommandStats]
|
||||
StatsInfo=Displays the actively running KittyBot application information
|
||||
|
||||
@@ -20,6 +25,12 @@ StatsInfo=Displays the actively running KittyBot application information
|
||||
TweetInfo=Kitty will tweet to her personal twitter account
|
||||
TweetError=Tweet command failed!
|
||||
|
||||
[CommandGuildRoleAdd]
|
||||
GuildRoleAddSuccess=Added %s to %s
|
||||
GuildRoleAddFailure=Failed to add %s to %s
|
||||
GuildRoleAddNotAllowed=You are not allowed to add %s!
|
||||
GuildRoleAddInfo=Add a role to yourself!
|
||||
|
||||
[CommandRole]
|
||||
RoleInfo=Will show the current role you have, Admins can change others roles with input of 'role x @y' with x being blacklist, general, mod, or admin. Blacklist will not allow the user to interact with kitty anymore, general mod and admin will give the user access to those commands.
|
||||
RoleStandardResponse=Your role is
|
||||
@@ -49,11 +60,6 @@ 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!
|
||||
@@ -126,6 +132,16 @@ BoopInfo=Kitty will react with a counter
|
||||
BoopStandard=Woah! %s booped me! That's %s total!
|
||||
BoopMultiple=%s booped several others - %s!
|
||||
|
||||
[CommandFetch]
|
||||
FetchError=That no picture!
|
||||
FetchEat=Me eat now *monch %s*
|
||||
FetchInfo=Throw a custom emote and me bring it back!
|
||||
FetchCatchRun=*Catches and runs away with %s*
|
||||
FetchRunAway=*Runs away and doesn't return for a long time*
|
||||
FetchBringBack=Me gots it! %s
|
||||
FetchBringBackWrong=Me gots it! %s
|
||||
FetchStare=*Stares at %s*
|
||||
|
||||
[CommandInfo]
|
||||
InfoResponse=I'm made by `Rin#8904` and `Reverie Wisp#3703`!\nYou can find more info about me along with a Patreon link to support us and GitHub link for filing bugs https://www.rinsnowmew.com/bot/
|
||||
InfoInfo=Provides author info and a link to Kitty's website
|
||||
@@ -166,17 +182,17 @@ EightBallYes10=Signs point to yes.
|
||||
[CommandInvite]
|
||||
InviteInfo=Provides a direct invite link for KittyBot
|
||||
|
||||
[CommandGuildRoleRemove]
|
||||
GuildRoleRemoveNotAllowed=You're not allowed to add %s
|
||||
GuildRoleRemoveFailure=Couldn't remove %s from %s
|
||||
GuildRoleRemoveSuccess=Removed %s from %s!
|
||||
GuildRoleRemoveInfo=
|
||||
|
||||
[CommandWolfram]
|
||||
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=Add a role to yourself!
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user