mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Merge into master
This commit is contained in:
commit
892999ac98
155 changed files with 10911 additions and 9860 deletions
|
|
@ -1,4 +1,4 @@
|
|||
//MCCScript 1.0
|
||||
//MCCScript 1.0
|
||||
//using System.Threading.Tasks;
|
||||
|
||||
MCC.LoadBot(new QIWI_DonationBot());
|
||||
|
|
@ -6,8 +6,8 @@ MCC.LoadBot(new QIWI_DonationBot());
|
|||
//MCCScript Extensions
|
||||
|
||||
public class QIWI_DonationBot : ChatBot
|
||||
{
|
||||
//More info: https://github.com/Nekiplay/QIWI-API
|
||||
{
|
||||
//More info: https://github.com/Nekiplay/QIWI-API
|
||||
public override void Initialize()
|
||||
{
|
||||
QIWI.Donation donation = new QIWI.Donation("token", OnDonate);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue