Guild icon
Donfuer 2b2t
archived 2 / volker-stash-coords
00:19
it's a secret!
Avatar
btw this is for @SpawnBot and me
03:21
.newbase spawnfuer 20
Avatar
Avatar
vlk
.newbase spawnfuer 20
SpawnBot BOT 08/03/2022 03:21
Created new base spawnfuer number 20
Avatar
@D_loaded now for the hard part: the automatic spawnfuer builder bot
03:28
Baritone in Mineflayer. Contribute to mat-1/mineflayer-baritone development by creating an account on GitHub.
Avatar
idk I have not tested it yet
05:13
pretty sure I import it like other mineflayer plugins
14:36
date is being weird but
Avatar
function logMessage(message){ const d = new Date() const cont = `${d.getMonth()}/${d.getDay()}/${d.getFullYear()}::${d.getHours()}:${d.getMinutes()}:${d.getSeconds()} <${message.author.username}#${message.author.discriminator}> ${message.content}` console.log(cont) } (edited)
Avatar
implemented a message logger
16:54
Tue Mar 08 2022 10:54:13 GMT-0600 (Central Standard Time) | author: 507345675126833162 | <volker1#0001> implemented a message logger
Avatar
What the heck is that
08:26
Is that code
Avatar
terminal output
08:55
this is code const discord = require('discord.js') const fs = require('fs') const bot_token = require('./token.json') const config = require('./settings.json') const client = new discord.Client({intents: ["GUILDS","GUILD_EMOJIS_AND_STICKERS","GUILD_MEMBERS", "GUILD_PRESENCES", "GUILD_MESSAGES"]}) const commchannel = client.channels.cache.get(config.command_channel) client.on("ready",(user)=>{ client.user.setActivity('your messages', { type: 'WATCHING'}) console.log(`Bot initialized at ${new(Date)}, ctrl+c to exit`) }) client.on('messageCreate',(message)=>{ logMessage(message) if(message.author.bot) return if(message.content.startsWith(config.prefix)){ var args = message.content.trim().split(' ').filter((val)=>{return val !== ""}) const command = args.shift().slice(1,message.content.length) if (command == "info" | command == "help"){ message.reply(`Use commands with the following Prefix: ${config.prefix}`) message.channel.send(`Current commands include iq, nuke, and a few secret ones ;)`) } else if (command == "newbase"){ const admins = config.admins var i = 0 while (i < admins.length) { if(message.author.id == admins[i]){ const basenum = args[1] const base = args[0] message.reply(`Created new base ${base} number ${basenum}`) message.guild.channels.create(`${base}-${basenum}`, {parent:config.base_category, reason:'New base command initiated'}) } i++ } } else if (command == "iq"){ var target = message.mentions.users.first() if (!target) target = message.author const iq=Math.floor((Math.random()*(150-50))+50) message.reply(`${target} has an approximate IQ of **${iq}** \n *disclaimer: this figure is randomly generated*`) } else if (command == "nuke"){ const nukelib = ["https://tenor.com/view/nuke-gif-8044239","https://tenor.com/view/explosion-explode-clouds-of-smoke-gif-17216934","https://tenor.com/view/nuclear-catastrophic-disastrous-melt-down-gif-13918708"] var rnd = Math.floor(Math.random()*(nukelib.length - 1)) var target = '!' if (args.length > 0){ target=' on' for (i=0;i<args.length;i++){ target+=(" "+args[i]) } target+="!" } message.channel.send(`${message.author.username} called a tactical nuke strike${target} ${nukelib[rnd]}`) } } }) client.on('channelCreate',(ch)=>{ ch.send('first :stuck_out_tongue_winking_eye:') }) client.login(bot_token.token) // var [command, ...args] = message.content.trim().slice(config.prefix).split(' '); // https://github.com/mat-1/mineflayer-baritone function logMessage(message){ var extras = `` if(message.reference != null){ //reply extras += ` (Reply to Message ID: ${message.reference.messageId})` } const abb = `username:${message.author.username}#${message.author.discriminator}${extras.replace("\n","\\n")} ${message.content.replace("\n","\\n")}` fs.appendFile(`./${message.guild.name}/${message.channel.name}.txt`,`${new(Date)} Author = id:${message.author.id} ${abb}\n`,(err)=>{ if (err) console.log(err) else console.log(`>> ${abb}`)}) }
Avatar
Add .queue and a .endbase command
Avatar
else if (command == "stop"){ const admins = config.admins var i = 0 while (i < admins.length) { if(message.author.id == admins[i]){ message.reply(`Bot shutting down...`) .then(setTimeout(()=>{process.exit(0)},3000)) } i++ } }
15:54
.help
Avatar
Avatar
vlk
.help
SpawnBot BOT 11/04/2022 15:54
Work in progress!
Avatar
.activity @vlk
15:56
.help @vlk @volker1
Avatar
Avatar
vlk
.help @vlk @volker1
SpawnBot BOT 11/04/2022 15:56
Work in progress!
Avatar
.activity @vlk @volker1
Avatar
.activity @volker1 @vlk
16:08
.activity @vlk
Avatar
Avatar
vlk
.activity @vlk
SpawnBot BOT 11/04/2022 16:08
Showing @vlk's activity:
Avatar
.activity @volker1
Avatar
Avatar
vlk
.activity @volker1
SpawnBot BOT 11/04/2022 16:09
Showing @volker1's activity:
Avatar
.activity @vlk
Avatar
Avatar
vlk
.activity @vlk
SpawnBot BOT 11/04/2022 16:53
Calculating @vlk's activity... (This could take a while)
Avatar
.activity @vlk
Avatar
Avatar
vlk
.activity @vlk
SpawnBot BOT 11/04/2022 16:54
Calculating @vlk's activity... (This could take a while)
Avatar
.activity @vlk
Avatar
Avatar
vlk
.activity @vlk
SpawnBot BOT 11/04/2022 16:55
Calculating @vlk's activity... (This could take a while)
Avatar
.rankup
17:21
.rankup
17:21
.rankup
17:22
.r
17:22
.r
17:25
.r
17:26
.r
17:27
.r
17:28
.r
17:32
.r
17:34
.r
17:35
.r
17:35
.r
Avatar
Avatar
vlk
.r
SpawnBot BOT 11/04/2022 17:35
No mentioned users!
Avatar
.r @SpawnBot
Avatar
Avatar
vlk
.r @SpawnBot
SpawnBot BOT 11/04/2022 17:35
No mentioned users!
Avatar
.r @SpawnBot
Avatar
Avatar
vlk
.r @SpawnBot
SpawnBot BOT 11/04/2022 17:36
No mentioned users!
17:37
.r
17:37
.r @SpawnBot
Avatar
.r @SpawnBot
17:48
.r @SpawnBot
17:48
.r @SpawnBot
17:49
.r @SpawnBot
17:50
.r @SpawnBot
17:51
.r @SpawnBot
17:54
.r @SpawnBot
17:54
.h
17:55
.r @SpawnBot
19:04
;iq
19:05
;iq
19:10
;test
Avatar
Avatar
vlk
;test
volbot 2 BOT 11/04/2022 19:10
Commands include: iq [mention a user] find out someone's IQ cow generate a cute cow :3 uwuify [text] or [reply to any message] uwuify some text or someone else's message nuke [anything really] drop a nuke! emojisteal [nitro emoji] (for moderators) Steal another server's emojis! :0 pins remind someone to check the pins! With more to come! Come support my new discord -> https://discord.gg/wwvpDSVq
Avatar
Avatar
vlk
;h
volbot 2 BOT 11/04/2022 19:10
Commands include: iq [mention a user] find out someone's IQ cow generate a cute cow :3 uwuify [text] or [reply to any message] uwuify some text or someone else's message nuke [anything really] drop a nuke! emojisteal [nitro emoji] (for moderators) Steal another server's emojis! :0 pins remind someone to check the pins! With more to come! Come support my new discord -> https://discord.gg/wwvpDSVq
Avatar
Avatar
volbot 2
Commands include: iq [mention a user] find out someone's IQ cow generate a cute cow :3 uwuify [text] or [reply to any message] uwuify some text or someone else's message nuke [anything really] drop a nuke! emojisteal [nitro emoji] (for moderators) Steal another server's emojis! :0 pins remind someone to check the pins! With more to come! Come support my new discord -> https://discord.gg/wwvpDSVq
;uwuify
Avatar
volbot 2 BOT 11/04/2022 19:11
Commands incwude: iq [mention a usew] find out someonye's IQ cow genyewate a cute cow :3 uwuify [text] ow [wepwy to any message] u-uwuify some text ow s-someonye ewse's message nyuke [anything weawwy] dwop a nyuke! emojisteaw [nyitwo emoji] (fow modewatows) Steaw anyothew sewvew's emojis! :0 pins wemind s-someonye to check t-t-the pins! With mowe to come! C-C-Come suppowt my nyew discowd -> https://discord.gg/wwvpDSVq UwU
Avatar
;uwuify
19:11
;uwuify testing 123 tre
Avatar
Avatar
vlk
;uwuify testing 123 tre
volbot 2 BOT 11/04/2022 19:11
testing 123 twe UwU
Avatar
Avatar
vlk
;iq
volbot 2 BOT 11/04/2022 19:11
@vlk has an approximate IQ of 18446744073709551615
Avatar
this is a test of mew
19:11
;h
Avatar
Avatar
vlk
;h
volbot 2 BOT 11/04/2022 19:11
Commands include: iq [mention a user] find out someone's IQ cow generate a cute cow :3 uwuify [text] or [reply to any message] uwuify some text or someone else's message nuke [anything really] drop a nuke! emojisteal [nitro emoji] (for moderators) Steal another server's emojis! :0 pins remind someone to check the pins! With more to come! Come support my new discord -> https://discord.gg/wwvpDSVq
19:26
;h
Avatar
Avatar
vlk
;h
volbot 2 BOT 11/04/2022 19:26
Commands include: iq [mention a user] find out someone's IQ cow generate a cute cow :3 uwuify [text] or [reply to any message] uwuify some text or someone else's message nuke [anything really] drop a nuke! emojisteal [nitro emoji] (for moderators) Steal another server's emojis! :0 pins remind someone to check the pins! With more to come! Come support my new discord -> https://discord.gg/wwvpDSVq
Avatar
Avatar
vlk
;h
volbot 2 BOT 11/04/2022 19:34
Commands include: iq [mention a user] find out someone's IQ cow generate a cute cow :3 uwuify [text] or [reply to any message] uwuify some text or someone else's message nuke [anything really] drop a nuke! emojisteal [nitro emoji] (for moderators) Steal another server's emojis! :0 pins remind someone to check the pins! With more to come! Come support my new discord -> https://discord.gg/2wMe2XTwzK
Invite to join a server
Guild icon
ruhles
Avatar
the uwu test?
19:36
the uwu test?
19:38
;h
Avatar
Avatar
vlk
;h
volbot 2 BOT 11/04/2022 19:38
Commands include: iq [mention a user] find out someone's IQ cow generate a cute cow :3 uwuify [text] or [reply to any message] uwuify some text or someone else's message nuke [anything really] drop a nuke! emojisteal [nitro emoji] (for moderators) Steal another server's emojis! :0 pins remind someone to check the pins! With more to come! Come support my new discord -> https://discord.gg/2wMe2XTwzK
Invite to join a server
Guild icon
ruhles
Avatar
Avatar
vlk
this is code const discord = require('discord.js') const fs = require('fs') const bot_token = require('./token.json') const config = require('./settings.json') const client = new discord.Client({intents: ["GUILDS","GUILD_EMOJIS_AND_STICKERS","GUILD_MEMBERS", "GUILD_PRESENCES", "GUILD_MESSAGES"]}) const commchannel = client.channels.cache.get(config.command_channel) client.on("ready",(user)=>{ client.user.setActivity('your messages', { type: 'WATCHING'}) console.log(`Bot initialized at ${new(Date)}, ctrl+c to exit`) }) client.on('messageCreate',(message)=>{ logMessage(message) if(message.author.bot) return if(message.content.startsWith(config.prefix)){ var args = message.content.trim().split(' ').filter((val)=>{return val !== ""}) const command = args.shift().slice(1,message.content.length) if (command == "info" | command == "help"){ message.reply(`Use commands with the following Prefix: ${config.prefix}`) message.channel.send(`Current commands include iq, nuke, and a few secret ones ;)`) } else if (command == "newbase"){ const admins = config.admins var i = 0 while (i < admins.length) { if(message.author.id == admins[i]){ const basenum = args[1] const base = args[0] message.reply(`Created new base ${base} number ${basenum}`) message.guild.channels.create(`${base}-${basenum}`, {parent:config.base_category, reason:'New base command initiated'}) } i++ } } else if (command == "iq"){ var target = message.mentions.users.first() if (!target) target = message.author const iq=Math.floor((Math.random()*(150-50))+50) message.reply(`${target} has an approximate IQ of **${iq}** \n *disclaimer: this figure is randomly generated*`) } else if (command == "nuke"){ const nukelib = ["https://tenor.com/view/nuke-gif-8044239","https://tenor.com/view/explosion-explode-clouds-of-smoke-gif-17216934","https://tenor.com/view/nuclear-catastrophic-disastrous-melt-down-gif-13918708"] var rnd = Math.floor(Math.random()*(nukelib.length - 1)) var target = '!' if (args.length > 0){ target=' on' for (i=0;i<args.length;i++){ target+=(" "+args[i]) } target+="!" } message.channel.send(`${message.author.username} called a tactical nuke strike${target} ${nukelib[rnd]}`) } } }) client.on('channelCreate',(ch)=>{ ch.send('first :stuck_out_tongue_winking_eye:') }) client.login(bot_token.token) // var [command, ...args] = message.content.trim().slice(config.prefix).split(' '); // https://github.com/mat-1/mineflayer-baritone function logMessage(message){ var extras = `` if(message.reference != null){ //reply extras += ` (Reply to Message ID: ${message.reference.messageId})` } const abb = `username:${message.author.username}#${message.author.discriminator}${extras.replace("\n","\\n")} ${message.content.replace("\n","\\n")}` fs.appendFile(`./${message.guild.name}/${message.channel.name}.txt`,`${new(Date)} Author = id:${message.author.id} ${abb}\n`,(err)=>{ if (err) console.log(err) else console.log(`>> ${abb}`)}) }
SkyIsWeird 21/08/2022 20:16
what would happen if i ran that
Avatar
Avatar
SkyIsWeird
what would happen if i ran that
really old and unoptimized node.js discord bot
03:31
without the package.json and nodejs version 16 you would get tons of errors
Avatar
could we make this the chat for the 2b2t stash?
18:32
and add those who have access
Avatar
That is up to Volker, but we can make a rank called a1 spam to throw people off
20:15
If anyone asks for it, I can tell them no, because I am picky about memes
20:15
And I'm not going to budge or argue
20:15
No is no, and they will have to cope
20:16
Though, I could just make that chat room after work
Avatar
Avatar
a1
That is up to Volker, but we can make a rank called a1 spam to throw people off
SkyIsWeird 22/09/2022 23:31
no we already have lukent spam
Avatar
that is exactly why it would be less suspicious....
23:43
one already exists that we can let people into if they are really persistent
Avatar
Avatar
a1
That is up to Volker, but we can make a rank called a1 spam to throw people off
no, too obvious
Avatar
Mrwilliammc 20/03/2023 17:46
🦃 || @fraze @kib @mineking @Punk @F1n1337 @deleted_user_b2e88bdd8982 @deleted_user_dd9d57d0da32 @CountDooku66 @crossingq @Dreadnought @dvarfoo @deleted_user_d3533bbd5ce3 @Mrwilliammc @account no longer in use @clearsky @Shimeshka @deleted_user_38d82ce10bb8 @HartsiHarri @deleted_user_1085d4a833ed @👻 @103A ✝ @BlueBery @fangalien @Felis @Fluf @Frenchie @deleted_user_c5a363bb4dfd @Jot @luketheduke0905 @uzi @Paraschizophren @齉 @Pavlo @Puddles @quervylol @🦃Richard🦃 @Tim @deleted_user_3681ec979ec9 @Swoftii @TEMPOREL @deleted_user_2005ece13e48 @MagicEx @xspeed @xylanhd3
rule_name
Block Mention Spam
channel_id
1040011600683352064
decision_id
cae20f4aeda64a829c96f80bdce8e833
Avatar
Tf is this?
Avatar
el pho kamuta ulaanbaatar dong 17/07/2023 21:54
@DonFuer @the joke machine @Fate @Lolritterbot @Neeko @Rythm @Spawnfuer bot @SpawnBot @Tempo @volker1 @D_loaded
rule_name
Block Mention Spam
channel_id
1073091225781018705
decision_id
774d7ae537c34eca94bbb423b3fada69
Avatar
Why the fuck is it doing it here and not incident logs
Exported 116 message(s)
Timezone: UTC+0