mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-10 04:19:31 +02:00
add discord bot
change net6.0 net7.0
This commit is contained in:
9
Types/PaymentData.cs
Normal file
9
Types/PaymentData.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace DiscordApp.Types
|
||||
{
|
||||
public class PaymentData
|
||||
{
|
||||
public int Price;
|
||||
public string RedirectUrl;
|
||||
public string Message;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user