Skip to content

4surix/arkscord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arkscord

ArkScript + Discord = Arkscord
Module used to interact with the Discord API using ArkScript language.

Exemple

(import arkscord.client)

(let token "TOKEN-BOT-DISCORD")
(let bot (client:createBot token))

(bot.listenChannelsIds [
    "<CHANNEL-ID>"
])

(bot.onMessage (fun (message) {
  (print message.author.name ": " message.content) }))

(bot.run)

About

Interact with the Discord API using ArkScript language.

Topics

Resources

Stars

5 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors