Fixes to some missing commands

This commit is contained in:
Kwoth 2016-08-20 20:53:01 +02:00
parent 1d685757bf
commit 3aefb2d991
4 changed files with 29 additions and 29 deletions

View File

@ -248,7 +248,7 @@ $@"🌍 **Weather for** 【{obj["target"]}】
[LocalizedCommand, LocalizedDescription, LocalizedSummary]
[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;

View File

@ -575,27 +575,27 @@ namespace NadekoBot.Resources {
/// <summary>
/// Looks up a localized string similar to Shows a mentioned person&apos;s avatar..
/// </summary>
public static string av_desc {
public static string avatar_desc {
get {
return ResourceManager.GetString("av_desc", resourceCulture);
return ResourceManager.GetString("avatar_desc", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to `~av &quot;@SomeGuy&quot;`.
/// </summary>
public static string av_summary {
public static string avatar_summary {
get {
return ResourceManager.GetString("av_summary", resourceCulture);
return ResourceManager.GetString("avatar_summary", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to av.
/// </summary>
public static string av_text {
public static string avatar_text {
get {
return ResourceManager.GetString("av_text", resourceCulture);
return ResourceManager.GetString("avatar_text", resourceCulture);
}
}
@ -7406,27 +7406,27 @@ namespace NadekoBot.Resources {
/// <summary>
/// Looks up a localized string similar to Shows weather data for a specified city and a country. BOTH ARE REQUIRED. Use country abbrevations..
/// </summary>
public static string we_desc {
public static string weather_desc {
get {
return ResourceManager.GetString("we_desc", resourceCulture);
return ResourceManager.GetString("weather_desc", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to `~we Moscow RF`.
/// </summary>
public static string we_summary {
public static string weather_summary {
get {
return ResourceManager.GetString("we_summary", resourceCulture);
return ResourceManager.GetString("weather_summary", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to we.
/// </summary>
public static string we_text {
public static string weather_text {
get {
return ResourceManager.GetString("we_text", resourceCulture);
return ResourceManager.GetString("weather_text", resourceCulture);
}
}
@ -7541,27 +7541,27 @@ namespace NadekoBot.Resources {
/// <summary>
/// Looks up a localized string similar to Searches youtubes and shows the first result.
/// </summary>
public static string yt_desc {
public static string youtube_desc {
get {
return ResourceManager.GetString("yt_desc", resourceCulture);
return ResourceManager.GetString("youtube_desc", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to `~yt query`.
/// </summary>
public static string yt_summary {
public static string youtube_summary {
get {
return ResourceManager.GetString("yt_summary", resourceCulture);
return ResourceManager.GetString("youtube_summary", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to yt.
/// </summary>
public static string yt_text {
public static string youtube_text {
get {
return ResourceManager.GetString("yt_text", resourceCulture);
return ResourceManager.GetString("youtube_text", resourceCulture);
}
}
}

View File

@ -2115,22 +2115,22 @@
<data name="memegen_summary" xml:space="preserve">
<value>`~memegen biw "gets iced coffee" "in the winter"`</value>
</data>
<data name="we_text" xml:space="preserve">
<data name="weather_text" xml:space="preserve">
<value>we</value>
</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>
</data>
<data name="we_summary" xml:space="preserve">
<data name="weather_summary" xml:space="preserve">
<value>`~we Moscow RF`</value>
</data>
<data name="yt_text" xml:space="preserve">
<data name="youtube_text" xml:space="preserve">
<value>yt</value>
</data>
<data name="yt_desc" xml:space="preserve">
<data name="youtube_desc" xml:space="preserve">
<value>Searches youtubes and shows the first result</value>
</data>
<data name="yt_summary" xml:space="preserve">
<data name="youtube_summary" xml:space="preserve">
<value>`~yt query`</value>
</data>
<data name="ani_text" xml:space="preserve">
@ -2349,13 +2349,13 @@
<data name="videocall_summary" xml:space="preserve">
<value>`~videocall "@SomeGuy"`</value>
</data>
<data name="av_text" xml:space="preserve">
<data name="avatar_text" xml:space="preserve">
<value>av</value>
</data>
<data name="av_desc" xml:space="preserve">
<data name="avatar_desc" xml:space="preserve">
<value>Shows a mentioned person's avatar.</value>
</data>
<data name="av_summary" xml:space="preserve">
<data name="avatar_summary" xml:space="preserve">
<value>`~av "@SomeGuy"`</value>
</data>
<data name="hentai_text" xml:space="preserve">

View File

@ -1,6 +1,6 @@
{
"version": "1.0.0-*",
"description": "General purposee Discord bot written in C#.",
"description": "General purpose Discord bot written in C#.",
"authors": [ "Kwoth" ],
"copyright": "Kwoth",
"buildOptions": {