コード例 #1
0
ファイル: ServerRepo.cs プロジェクト: bartdebever/AtlasBot
 public string InviteLink(ulong serverid)
 {
     return(context.InviteLink(serverid));
 }