Giter Club home page Giter Club logo

discordbot-bienebot's Introduction

HackUPC landing page

Netlify Status CI

HackUPC landing preview

Hi! This is the code of the HackUPC landing page.

Develop

Clone the repo, install nvm, install Node.js with nvm, and install the dependencies with npm the first time:

git clone [email protected]:hackupc/hackupc-landing.git
cd hackupc-landing

# Install nvm
# Copy the command from here: https://github.com/nvm-sh/nvm#installing-and-updating

nvm install
nvm use

npm install

Use npm run start to compile and serve the build directory in real-time. It reloads every time there's a change. Then view the website at https://localhost:3000

npm run start

Whenever you want, fix auto-fixable lint errors and format files:

  npm run lint:eslint
  npm run lint:stylelint
  npm run lint:prettier

Tips

  • Use VS code, there's the .vscode folder with a good workspace configuration. It will be applied automatically.
  • Install ESlint and Prettier extensions.

If you're unfamiliar with modern vanilla websites, check this video from CodelyTV (in Spanish) to understand the reasoning and benefits of this kind of architectures.

Deploy

Push to master. Netlify will build and deploy automatically.

If you push something that doesn't build, don't worry, it won't be published.

Support

If you need help understanding something about this repo you can ask the previous developers. The ones that made the 2021 edition are:

License

MIT © Hackers@UPC

discordbot-bienebot's People

Contributors

casassarnau avatar encryptex avatar raquelpanapalen avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

encryptex

discordbot-bienebot's Issues

Traceback Error when doing 'biene meme' without extra args

Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/discord/client.py", line 333, in _run_event
await coro(*args, **kwargs)
File "path_to/discordbot-bienebot/modules/uwuBot.py", line 80, in on_message
await Memes(channel=channel, author=author, message=meme_text).apply()
File "path_to/discordbot-bienebot/modules/commands/memes.py", line 18, in init
self.is_meme_help = list[1] == 'help'
IndexError: list index out of range

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.