Esempio n. 1
0
 public WelcomeMessage(SocketGuild guild)
 {
     Guild        = guild;
     EmbedBuilder = new EmbedBuilder()
     {
         Title       = "👋 Hi there!",
         Description = $"Thanks for adding me to your server!\nTo get started, type `{guild.GetCommandPrefix()} help` to see the wide range of commands available.\n",
         Color       = Color.Gold,
     };
 }