• This project
    • Loading...
  • Sign in

유병우 / lostark-discord-bot

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • lostark-discord-bot
  • node_modules
  • ws
  • browser.js
  • 유병우's avatar
    Create discordbot with slash commands · 2e633c98
    2e633c98
    유병우 authored 2022-05-05 18:18:35 +0900
browser.js 176 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
'use strict';

module.exports = function () {
  throw new Error(
    'ws does not work in the browser. Browser clients must use the native ' +
      'WebSocket object'
  );
};