Fixes to some missing commands
This commit is contained in:
parent
1d685757bf
commit
3aefb2d991
@ -248,7 +248,7 @@ $@"🌍 **Weather for** 【{obj["target"]}】
|
|||||||
|
|
||||||
[LocalizedCommand, LocalizedDescription, LocalizedSummary]
|
[LocalizedCommand, LocalizedDescription, LocalizedSummary]
|
||||||
[RequireContext(ContextType.Guild)]
|
[RequireContext(ContextType.Guild)]
|
||||||
public async Task UrbanDictionary(IMessage imsg, [Remainder] string query = null)
|
public async Task Ud(IMessage imsg, [Remainder] string query = null)
|
||||||
{
|
{
|
||||||
var channel = imsg.Channel as ITextChannel;
|
var channel = imsg.Channel as ITextChannel;
|
||||||
|
|
||||||
|
36
src/NadekoBot/Resources/CommandStrings.Designer.cs
generated
36
src/NadekoBot/Resources/CommandStrings.Designer.cs
generated
@ -575,27 +575,27 @@ namespace NadekoBot.Resources {
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Shows a mentioned person's avatar..
|
/// Looks up a localized string similar to Shows a mentioned person's avatar..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string av_desc {
|
public static string avatar_desc {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("av_desc", resourceCulture);
|
return ResourceManager.GetString("avatar_desc", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to `~av "@SomeGuy"`.
|
/// Looks up a localized string similar to `~av "@SomeGuy"`.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string av_summary {
|
public static string avatar_summary {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("av_summary", resourceCulture);
|
return ResourceManager.GetString("avatar_summary", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to av.
|
/// Looks up a localized string similar to av.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string av_text {
|
public static string avatar_text {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("av_text", resourceCulture);
|
return ResourceManager.GetString("avatar_text", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -7406,27 +7406,27 @@ namespace NadekoBot.Resources {
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Shows weather data for a specified city and a country. BOTH ARE REQUIRED. Use country abbrevations..
|
/// Looks up a localized string similar to Shows weather data for a specified city and a country. BOTH ARE REQUIRED. Use country abbrevations..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string we_desc {
|
public static string weather_desc {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("we_desc", resourceCulture);
|
return ResourceManager.GetString("weather_desc", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to `~we Moscow RF`.
|
/// Looks up a localized string similar to `~we Moscow RF`.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string we_summary {
|
public static string weather_summary {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("we_summary", resourceCulture);
|
return ResourceManager.GetString("weather_summary", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to we.
|
/// Looks up a localized string similar to we.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string we_text {
|
public static string weather_text {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("we_text", resourceCulture);
|
return ResourceManager.GetString("weather_text", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -7541,27 +7541,27 @@ namespace NadekoBot.Resources {
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Searches youtubes and shows the first result.
|
/// Looks up a localized string similar to Searches youtubes and shows the first result.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string yt_desc {
|
public static string youtube_desc {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("yt_desc", resourceCulture);
|
return ResourceManager.GetString("youtube_desc", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to `~yt query`.
|
/// Looks up a localized string similar to `~yt query`.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string yt_summary {
|
public static string youtube_summary {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("yt_summary", resourceCulture);
|
return ResourceManager.GetString("youtube_summary", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to yt.
|
/// Looks up a localized string similar to yt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string yt_text {
|
public static string youtube_text {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("yt_text", resourceCulture);
|
return ResourceManager.GetString("youtube_text", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2115,22 +2115,22 @@
|
|||||||
<data name="memegen_summary" xml:space="preserve">
|
<data name="memegen_summary" xml:space="preserve">
|
||||||
<value>`~memegen biw "gets iced coffee" "in the winter"`</value>
|
<value>`~memegen biw "gets iced coffee" "in the winter"`</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="we_text" xml:space="preserve">
|
<data name="weather_text" xml:space="preserve">
|
||||||
<value>we</value>
|
<value>we</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="we_desc" xml:space="preserve">
|
<data name="weather_desc" xml:space="preserve">
|
||||||
<value>Shows weather data for a specified city and a country. BOTH ARE REQUIRED. Use country abbrevations.</value>
|
<value>Shows weather data for a specified city and a country. BOTH ARE REQUIRED. Use country abbrevations.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="we_summary" xml:space="preserve">
|
<data name="weather_summary" xml:space="preserve">
|
||||||
<value>`~we Moscow RF`</value>
|
<value>`~we Moscow RF`</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="yt_text" xml:space="preserve">
|
<data name="youtube_text" xml:space="preserve">
|
||||||
<value>yt</value>
|
<value>yt</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="yt_desc" xml:space="preserve">
|
<data name="youtube_desc" xml:space="preserve">
|
||||||
<value>Searches youtubes and shows the first result</value>
|
<value>Searches youtubes and shows the first result</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="yt_summary" xml:space="preserve">
|
<data name="youtube_summary" xml:space="preserve">
|
||||||
<value>`~yt query`</value>
|
<value>`~yt query`</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ani_text" xml:space="preserve">
|
<data name="ani_text" xml:space="preserve">
|
||||||
@ -2349,13 +2349,13 @@
|
|||||||
<data name="videocall_summary" xml:space="preserve">
|
<data name="videocall_summary" xml:space="preserve">
|
||||||
<value>`~videocall "@SomeGuy"`</value>
|
<value>`~videocall "@SomeGuy"`</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="av_text" xml:space="preserve">
|
<data name="avatar_text" xml:space="preserve">
|
||||||
<value>av</value>
|
<value>av</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="av_desc" xml:space="preserve">
|
<data name="avatar_desc" xml:space="preserve">
|
||||||
<value>Shows a mentioned person's avatar.</value>
|
<value>Shows a mentioned person's avatar.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="av_summary" xml:space="preserve">
|
<data name="avatar_summary" xml:space="preserve">
|
||||||
<value>`~av "@SomeGuy"`</value>
|
<value>`~av "@SomeGuy"`</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="hentai_text" xml:space="preserve">
|
<data name="hentai_text" xml:space="preserve">
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"description": "General purposee Discord bot written in C#.",
|
"description": "General purpose Discord bot written in C#.",
|
||||||
"authors": [ "Kwoth" ],
|
"authors": [ "Kwoth" ],
|
||||||
"copyright": "Kwoth",
|
"copyright": "Kwoth",
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
|
Loading…
Reference in New Issue
Block a user