2023-05-27 01:58:31 +00:00
|
|
|
global using System;
|
|
|
|
|
global using System.Collections.Generic;
|
|
|
|
|
global using System.Text;
|
|
|
|
|
global using System.Threading.Tasks;
|
|
|
|
|
global using BotSharp.Abstraction;
|
2023-06-10 02:56:04 +00:00
|
|
|
global using System.Linq;
|
|
|
|
|
global using BotSharp.Abstraction.Plugins;
|