Git Product home page Git Product logo

Comments (8)

andrewda avatar andrewda commented on August 31, 2024 1

Here's an easy way to do what you're looking for:

user.on('friendMessage', function(steamid, message) {
    const parts = message.split(' ');

    console.log(`Command: ${parts[0]}`);
    console.log(`Argument 1: ${parts[1]}`);
});

from node-steam-guide.

emreires avatar emreires commented on August 31, 2024

nothing happen in console?

from node-steam-guide.

andrewda avatar andrewda commented on August 31, 2024

Make sure you send the bot a message while it's online. If you do (and don't get any errors anywhere), that could should work fine.

from node-steam-guide.

emreires avatar emreires commented on August 31, 2024

When only !test
Command: !test
Argument 1: undefined

But !test hello
nothing happen

from node-steam-guide.

emreires avatar emreires commented on August 31, 2024

How can fix it?

from node-steam-guide.

emreires avatar emreires commented on August 31, 2024

if(${parts[1]} == "123") {
^

SyntaxError: Unexpected token {
how can fix it?

from node-steam-guide.

emreires avatar emreires commented on August 31, 2024

Fixed, nevermind. Thanks ^^

from node-steam-guide.

xmwx38 avatar xmwx38 commented on August 31, 2024

@vortexcodes If you could, please post how you fixed it.

from node-steam-guide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.