Welcome to the documentation of the most powerful selfbotting library!# Contents: Installing AsyncCore Reference Gateway Gateway Enums Event Response Commands Application SlashCommands Client A asynccore.client is used to send methods to all asynccore.user Enums A asynccore.enums contains channel types or all permissions. HTTP A asynccore.http It mainly handles requests to discord or detect ratelimit. Components A asynccore.components allows you to interact with buttons or selectmenu. Activity A asynccore.activity allows you to construct the activity you want to have in your accounts. PermissionBuilder A asynccore.permissionbuilder allows you to build the permission value taken in the arguments of some methods. Typings A asynccore.typings It is responsible for certain types of data. E.g. Dict RGB COLOR UserClient A asynccore.user is the main class of each user. Here you will find methods, which are executed only for one user. Tasks A asynccore.tasks function allows you to run multiple tasks simultaneously Cache A asynccore.cache is responsible for storing data such as channels, servers or even messages. Code Examples Basic Spam Basic Permissions Tasks Using SlashCommands