Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

sidharthmirch/c-cubed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add me to your server! prettier

A Discord bot for checking crypto to crypto/fiat prices.

Dependencies

Run Locally

  • The script npm run dev depends on nodemon being installed.
  • Does not use the NodeJS import standard, instead uses ECMA script modules

ECMA module import:

// instead of
const Discord = require('discord.js');

// we can now write
import * as Discord from "discord.js"; 
import { Client, Intents } from "discord.js";

This works as the package.json has { "type": "module" } and is run with the flag --experimental-modules

About

A discord bot that retrieves the price of a given currency pair.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors