Esempio n. 1
0
 /// <summary>
 /// Create a new bot instance, giving it a location to attempt deserialization of existing information from
 /// </summary>
 /// <param name="deserializePath">Path to attempt deserializing of existing information</param>
 public NuggetBot(string deserializePath)
 {
     guildDataReference = Serializer.Deserialize <VoiceRegisteredGuildData>(deserializePath);
 }
Esempio n. 2
0
 public VoiceChannelModule(VoiceRegisteredGuildData registeredGuildData)
 {
     this.registeredGuildData = registeredGuildData;
 }