Skip to content

Commit 050ee91

Browse files
committed
finish adding feathercoin (FTC)
1 parent f24211c commit 050ee91

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

bot/bot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ bot.on('ready', function() {
7777
'tiphelp in Discord for a commands list.'
7878
);
7979
bot.user.setActivity(config.prefix + 'Intialized!');
80-
var text = ['tiprvn', 'tipdoge', 'tiplbc', 'tipufo', 'tipproton', 'tippxc', 'tiphelp'];
80+
var text = ['tiprvn', 'tipdoge', 'tiplbc', 'tipufo', 'tipproton', 'tippxc', 'tipftc', 'tiphelp'];
8181
var counter = 0;
8282
setInterval(change, 10000);
8383

config/default.json.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
"user": "username",
3636
"pass": "Do-Not-Use-This-Password-Youll-Be-Hacked-For-all-Teh-Moneys!"
3737
},
38+
"featherd": {
39+
"port": 3340,
40+
"user": "username",
41+
"pass": "Do-Not-Use-This-Password-Youll-Be-Hacked-For-all-Teh-Moneys!"
42+
},
3843
"moderation":{
3944
"pm2Name": "TipBot",
4045
// Roles that have access to all commands.

0 commit comments

Comments
 (0)