3.0.1 • Published 2 years ago

ark-handler v3.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Ark Handler

Usage

  const Client = new discord.Client({
    intents: 
    [
        discord.IntentsBitField.Flags.MessageContent,
        discord.IntentsBitField.Flags.Guilds,
        discord.IntentsBitField.Flags.GuildMessages,
    ]

})
Note that this is the bare minimum for the handler work, you can server your needs as you wish
  new Ark(Client,{
    Owner: "YourName#123",
    CommandsDirectory: __dirname + '/commands',
    FeaturesDirectory: __dirname + '/features',
    PREFIX: "!",
    RegisterDefaults: true
})

Now its ready, you can create commands and features of your heart's contents.

Check the Wiki for help
3.0.1

2 years ago

3.0.0

2 years ago

2.3.7

3 years ago

2.3.6

3 years ago

2.3.5

3 years ago

2.3.4

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.0.1

3 years ago