mirror of
https://github.com/demodude4u/Factorio-FBSR.git
synced 2024-11-24 08:12:21 +02:00
Improved info box.
This commit is contained in:
parent
1276adb58d
commit
5137829040
@ -559,10 +559,13 @@ public class BlueprintBotDiscordService extends AbstractIdleService {
|
||||
|
||||
bot = DCBA.builder()//
|
||||
.setInfo("Blueprint Bot")//
|
||||
.withSupport("Find Demod and complain to him!")//
|
||||
.withTechnology("FBSR", "Factorio Blueprint String Renderer")//
|
||||
.withTechnology("FactorioDataWrapper", "Factorio Data Scraper")//
|
||||
.withCredits("Attribution", "Factorio - Made by Wube Software")//
|
||||
.withSupport(
|
||||
"Find Demod and complain to him!\nYou can find him over in the [Factorio Discord.](https://discord.gg/aUEuvK2)")//
|
||||
.withTechnology("[FBSR](https://github.com/demodude4u/Factorio-FBSR)",
|
||||
"Factorio Blueprint String Renderer")//
|
||||
.withTechnology("[FactorioDataWrapper](https://github.com/demodude4u/Java-Factorio-Data-Wrapper)",
|
||||
"Factorio Data Scraper")//
|
||||
.withCredits("Attribution", "[Factorio](https://www.factorio.com/) - Made by Wube Software")//
|
||||
.withInvite(new Permission[] { //
|
||||
Permission.MESSAGE_READ, //
|
||||
Permission.MESSAGE_WRITE, //
|
||||
|
Loading…
Reference in New Issue
Block a user