TotalFreedom / TotalFreedomMod

A server modification for the TotalFreedom server
http://totalfreedom.me/
Other
45 stars 222 forks source link

Discord Integration #1833

Open JeromSar opened 8 years ago

JeromSar commented 8 years ago

Myself and Robin have started work on verification through the use of the Discord chatting system.

API spec https://gist.github.com/JeromSar/a69401f89fc5f1c0879ddc81acdb56f0

Wild1145 commented 8 years ago

@DUFCLiam We are trying to do something a bit different. That plugin just transmits chat. We are looking for something that we can customize to authenticate and verify admins both as imposters and on discord when they are not imposters.

robingall2910 commented 7 years ago

I would like to say that I am probably not going to continue on this anymore, and that @CreeperSeth himself actually created a verification system with DiscordSRV to verify people on Discord and super them on the server.

lemonsked commented 7 years ago

@robingall2910 it does not use DiscordSRV. It just uses the same bot user as DiscordSRV does. It's just a bot using JDA, as the library.

robingall2910 commented 7 years ago

@OxLemonxO isn't it practically the same thing? All the commands are, except for /verify.

lemonsked commented 7 years ago

@robingall2910 he created his own bot within TFM. it has the commands /linkdiscord, /unlinkdiscord, and /verify. DiscordSRV is a different plugin.

robingall2910 commented 7 years ago

@oxlemonxo still, the same code can be used the only difference would really be the bot token. That's literally it.