Giter VIP home page Giter VIP logo

discord-bot's Introduction

Well hello there ... ๐Ÿ‘‹

I'm a final-year Computer Science (Games Tech) student at Nottingham Trent University. I'm part of the Senior Committee for the Developer's Society and I'm a Mentor and Ambassador for the University. At the moment, I'm working part-time as a Mainframe Developer at Next

Fun Stuff:

  • โšก My primary side project involves me working on my final year Dissertation project (Coming Soon)
  • โœจ Some of my favourite projects I've ever worked on include my team's final Hackathon project, The XORcist made using C# and Unity and a Graphics Application made using Processing 3.x
  • ๐ŸŒฑ Interested in Mainframes? I've got some of my notes on COBOL & JCL stored in a public repo.
  • ๐Ÿ“ซ How to reach me: Linkedin
  • ๐Ÿ˜„ Pronouns: She/Her

Some Funky Stats:

Top Languages Github Stats

discord-bot's People

Contributors

hannah-ashna avatar jrad99 avatar

Watchers

 avatar

Forkers

jrad99

discord-bot's Issues

Implement OOP

Tasks:

  • Restructure the entire program to reflect OOP concepts
  • Create a separate module for file handling?

Deadline Reminder - Feature

Command: .AddDeadline
Details:

  • Add events to a file and for the bot to make daily checks for deadlines
  • If the deadline has passed, remove it from the text file

Command: .Deadlines
Details:

  • Showcase all upcoming deadlines.

Re-number tasks - .DeleteTask

.DeleteTask needs to reiterate through the tasks list and change the numbers before updating the user's task-list text file to account for the missing task numbers. Without this feature the current .DeleteTask command results in to-do lists being printed like the example below.

Example:

input: morning

output:

[1] - TaskA
[2] - TaskB
[3] - TaskC 

input: .DeleteTask, 2
input: morning

output:

[1] - TaskA
[3] - TaskC

TaskC should have it's number changed to 2.

Add a new custom command

Create a custom command that follows the criteria below:

Key Criteria:

  • Appropriate syntax
  • Code block is commented
  • .help command is updated with new command's syntax
  • Update README.md with information about the command

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.