mirror of
https://github.com/Stone-Red-Code/DiscordCLI.git
synced 2026-09-04 00:55:58 +02:00
-Fixed mention highlighting bug -Improved embeds design -Improved code structure
10 lines
217 B
C#
10 lines
217 B
C#
using DSharpPlus.Entities;
|
|
|
|
namespace DiscordCLI
|
|
{
|
|
internal static class GlobalInformation
|
|
{
|
|
public static DiscordGuild currentGuild;
|
|
public static DiscordChannel currentTextChannel;
|
|
}
|
|
} |