Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Update 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Takasakiii committed Dec 15, 2019
1 parent 87508cb commit e796771
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Bot/Comandos/Ajuda.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public async Task help()
{
await ajuda();
}

/*
public async Task newhelp()
{
EmbedBuilder embed = new EmbedBuilder();
Expand Down Expand Up @@ -81,8 +81,8 @@ public async Task newhelp()
}
await Contexto.Channel.SendMessageAsync(modulos);
*/
}

//}

public async Task ajuda()
{
Expand Down
10 changes: 3 additions & 7 deletions Bot/Singletons/InfoImportante.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace Bot.Singletons
namespace Bot.Singletons
{
public static class InfoImportante
{
public const string VersaoNumb = "1.2.4";
public const string VersaoName = "Pesadelo no Bot";
public const string VersaoNumb = "1.2.5";
public const string VersaoName = "Nozomi eu estou com fome!";

public const string conviteDia = "https://kurosawa.zuraaa.com/paginas/redirecionar.html?pg=conviteDia";
public const string conviteServer = "https://kurosawa.zuraaa.com/paginas/redirecionar.html?pg=serverDia";
Expand Down

0 comments on commit e796771

Please sign in to comment.