You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- public string GetChannelTopic(ulong id)
- {
- var channel = client.GetChannel(81384956881809408) as SocketTextChannel;
- return channel?.Topic;
- }
-
- public SocketGuildUser GetGuildOwner(SocketChannel channel)
- {
- var guild = (channel as SocketGuildChannel)?.Guild;
- return guild?.Owner;
- }
|