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

  • Getting Visual Studio
  • Download IA.SDK
  • Create the project
  • The Code
  • Ending Notes

##Getting Visual Studio As a starting note, I'd like to make sure that this guide to set up the Sdk is purely aimed with Visual Studio 2015 or 2017.

Please download it from: https://www.visualstudio.com/downloads/

##Downloading IA.SDK There are two ways to download the SDK

[RECOMMENED]

[EASY WAY] Go to the Code<> tab and press this button easy way image

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