Skip to content
This repository was archived by the owner on Jun 17, 2020. It is now read-only.

Getting started

Mike edited this page Mar 10, 2017 · 7 revisions

##Table of contents

  • Get Visual Studio
  • Download IA.SDK
  • Create the project
  • The Code
  • Ending Notes
public class Addon : IAddon
{
   public Task<IAddonInstance> Create(IAddonInstance i)
   {
       // Code here
   }
}

Navigation

Getting Started

####Discord

  • AudioClients
  • AudioChannels
  • Embeds
  • Guilds
  • MessageChannels
  • Messages
  • Roles
  • Users

####Events

  • CommandEvents

####Instances

  • AddonInstance
  • ModuleInstance
Clone this wiki locally