Skip to content

Tower of Fantasy party finder using Discord Bot API written in GO and using discordgo API

Notifications You must be signed in to change notification settings

lebenoa/PhoenixManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phoenix Manager

Tower of Fantasy party finder using Discord Bot API written in GO and using discordgo API

Build your own

Requirement

  • GO

I used 1.19.1 so it might not be usable in some version but you can try :)

  • Your own discord bot

Token and Application ID because slash command require Application ID to register command

Building

  1. Download the source
  2. Create file name "config.env"
  3. In "config.env", Create ENV variable name BotToken and AppID and may look like this. Oh, and of course use your own
BotToken=ThisIsMyBotToken
AppID=5634655231564
  1. Run using go run . or go build then run .exe and you are done!

Know Issue

  • You can join the same party twice and when you press "Leave Party", it will panic

Consider to Implement

  • Party that only available to specific Guild only

License

NONE! Why? Because it's quite easy to write. It'll take you a little to no effort.

Q & A

  • Why named "Phoenix Manger"?

Because my CREW name is "PHOENIX"

  • Why GO?

TBH I like Python because it's easy to write and understand but it DOES NOT compile down to .exe that can execute quickly by just simply double click. Of course there's a way but that's too much work to be done so I choose GO

NOTE

Hey, if you wanna play Tower of Fantasy with me, you can add me in the game. I'm on SEA - Odyssey and my character name is "Meonako". Have a good day!

4 Oct 2022 image

About

Tower of Fantasy party finder using Discord Bot API written in GO and using discordgo API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages