JohnnyS / JD_logsV3

JD Logs V3 by Prefech/JokeDevil. I was a admin on the discord, not sure what happened to him. This is no longer being maintained.
35 stars 26 forks source link

An error occurred while calling export `createLog` in resource `JD_logsV3` #32

Closed M1K3-NL closed 5 months ago

M1K3-NL commented 6 months ago

Hello,

I'm trying to get it to work, but it doesn't want to work:

I tried:

exports['JD_logsV3']:createLog({
      EmbedMessage = "Embed Message",
      channel = "tweet",
      title = 'Nieuwe tweet geplaatst door ' .. sourcePlayer ..' (' .. realUser .. ') met als bericht: ' .. message,
      color = '#A1A1A1',
      icon = '✅'
    })

and

exports.JD_logsV3:createLog({
       EmbedMessage = "Nieuwe tweet geplaatst door " .. sourcePlayer .." (" .. realUser .. ") met als bericht: " .. message,
       channel = "tweet",
       screenshot = false
     })

But both end up in giving the same error: An error occurred while calling export `createLog` in resource `JD_logsV3`:

Can you help?