Git Product home page Git Product logo

devfelicity / felicity Goto Github PK

View Code? Open in Web Editor NEW
9.0 3.0 4.0 1.38 MB

Enhance your Destiny 2 gaming experience with Felicity, a powerful Discord bot. Track your craftable weapon patterns, view emblem information, access checkpoint bot data, manage guardians and collections, explore loot tables, and more.

Home Page: https://tryfelicity.one

License: GNU Affero General Public License v3.0

C# 99.80% Dockerfile 0.20%
destiny-api destiny2 discord twitch twitch-api

felicity's Introduction

README

Discord License Build

Welcome to the GitHub repository for Felicity, a powerful Discord bot designed for Destiny 2 players. This bot provides various features and utilities to enhance your Destiny 2 gaming experience. Read on to learn more about its capabilities and how to install it.

Features

  1. Weapon Pattern Progress: Keep track of your progress towards crafting different weapon patterns.

  2. Emblem Information: Get detailed information about emblems, including rarity and detect account shares.

  3. Checkpoint Bot Information: Access information from d2checkpoint.com to view available checkpoint bots.

  4. Guardians, Loadouts, and Collections: Easily view information about your guardians, loadouts, and collections.

  5. Loot Tables: Check the loot tables for various activities to plan your farming sessions effectively.

  6. Vendor Information: Stay updated with the latest vendor information and sales.

  7. Recommended Rolls: Get recommendations for optimal rolls on different weapons.

  8. Twitch Live Alerts: Receive alerts when your favorite streamer goes live on Twitch. The alerts are edited to include a VOD link once the stream ends.

Installation

To add Felicity to your Discord server, follow these steps:

  1. If you see the bot in a server, simply click on it and then click on "Add to Server".

    OR

    Use the following link: Invite Link

  2. You'll be redirected to Discord's authorization page. Select the server you want to add the bot to and click "Authorize".

  3. Confirm any necessary permissions for the bot on the server.

  4. Congratulations! Felicity is now added to your Discord server.

Usage

Once Felicity is added to your Discord server, you can start using its features. Here are a few example commands to get you started:

  • To check your craftable weapon pattern progress:

    /recipes
  • To view your top 5 rarest emblems:

    /emblem rarest
  • To get checkpoint bot information:

    /checkpoint-list
  • To view loot tables for activities, uses Discord auto-complete to show available activities:

    /loot-table <activity_name>
  • To look up recommended rolls for a specific weapon, uses Discord auto-complete to show available weapons:

    /roll-finder <gamemode> <weapon_name>
  • To receive Twitch live alerts:

    /server twitch add <streamer_name> [options]

For a complete list of available commands and their usage, check here.

Contributing

If you'd like to contribute to the development of Felicity, please follow the guidelines outlined in the CONTRIBUTING.md file. We welcome any contributions, including bug fixes, feature enhancements, and documentation improvements.

Thanks goes to these wonderful people (emoji key):

Willow
Willow

๐Ÿ’ป ๐Ÿ’ต
MeGl
MeGl

๐Ÿ’ป ๐Ÿง‘โ€๐Ÿซ
Zempp
Zempp

๐Ÿ”ฃ
calmqq
calmqq

๐Ÿ”ฃ
TheLastJoaquin
TheLastJoaquin

๐Ÿ”ฃ
Subhaven
Subhaven

๐ŸŽจ
Barry Briggs
Barry Briggs

๐Ÿ’ต
Kat Michaela
Kat Michaela

๐Ÿ”ง ๐Ÿง‘โ€๐Ÿซ
camo
camo

๐Ÿ’ต ๐Ÿš‡

Support

If you encounter any issues or have questions about Felicity, please reach out to our support team by creating an issue in the GitHub repository or by contacting us via the support server.

License

This project is licensed under AGPLv3. Please see the LICENSE.md file for more details.


Thank you for choosing Felicity! We hope this bot enhances your Destiny 2 gaming experience. If you have any feedback or suggestions, please don't hesitate to let us know. Happy gaming!

felicity's People

Contributors

allcontributors[bot] avatar dependabot[bot] avatar endgamegl avatar github-actions[bot] avatar mooniegz avatar renovate[bot] avatar renyans avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

felicity's Issues

/vendors command oauth

Bug Description:

Vendors command requires oauth when not technically needed.

Fix:

Use owner's oauth to fetch from API but skip marking items as unacquired, with a warning message saying "if you register, you can view which items you're missing."

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency discord.net to 3.15.3
  • chore(deps): update dependency serilog to 4.0.1
  • chore(deps): update dependency serilog.aspnetcore to 8.0.2
  • chore(deps): update dependency dotnetbungieapi to 2.14.1
  • chore(deps): update dependency dotnetbungieapi.definitionprovider.sqlite to 1.7.1
  • chore(deps): update dependency dotnetbungieapi.hashreferences to 1.24.0
  • chore(deps): update dependency dotnetbungieapi.models to 2.13.1
  • chore(deps): update dependency dotnetbungieapi.service.abstractions to 2.13.1
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
Dockerfile
  • mcr.microsoft.com/dotnet/aspnet 8.0
  • mcr.microsoft.com/dotnet/sdk 8.0
github-actions
.github/workflows/build.yml
  • actions/checkout v3.6.0
  • actions/setup-dotnet v3
.github/workflows/publish.yml
  • actions/checkout v3
  • docker/setup-buildx-action v2
  • docker/login-action v2
  • docker/build-push-action v4
npm
package.json
  • cz-conventional-changelog ^3.3.0
nuget
Felicity/.config/dotnet-tools.json
  • dotnet-ef 7.0.10
Felicity/Felicity.csproj
  • TwitchLib 3.5.3
  • Serilog.Sinks.File 5.0.0
  • Serilog.Sinks.Console 6.0.0
  • Serilog.Extensions.Hosting 8.0.0
  • Serilog.AspNetCore 8.0.1
  • Serilog 4.0.0
  • Sentry.Serilog 4.7.0
  • Sentry.AspNetCore 4.7.0
  • Pomelo.EntityFrameworkCore.MySql 8.0.2
  • Microsoft.VisualStudio.Azure.Containers.Tools.Targets 1.20.1
  • Microsoft.Extensions.Options 8.0.2
  • Microsoft.EntityFrameworkCore 8.0.6
  • Humanizer.Core 2.14.1
  • Fergun.Interactive 1.7.7
  • DotNetBungieAPI.Service.Abstractions 2.11.2
  • DotNetBungieAPI.Models 2.11.4
  • DotNetBungieAPI.HashReferences 1.23.0
  • DotNetBungieAPI.DefinitionProvider.Sqlite 1.5.4
  • DotNetBungieAPI.AspNet.Security.OAuth.Providers 1.0.2
  • DotNetBungieAPI 2.12.3
  • Discord.Net 3.15.2

  • Check this box to trigger a request for Renovate to run again on this repository

Certain strings can lead to confusion

https://github.com/devFelicity/Bot-Frontend/blob/35c091ad7cf929cbdc5f6c5d052abcc585b112cd/Felicity/Util/ProfileHelper.cs#L20

Should be phrased as:

You haven't specified a Bungie name to look up. If you want to use your own account, please register with '/user register' first. Alternatively, you can provide a specific name to search for.

In this revised version, I've made the following changes:

  • "Did not" has been changed to "Haven't" to make it more concise and conversational.
  • "This command defaults to your current user" has been replaced with "If you want to use your own account" to avoid technical jargon.
  • "However you are not registered" has been moved to a separate sentence for clarity.
  • "Please" has been added at the beginning for a polite tone.
  • "and try again" has been removed to keep the message shorter.
  • "Specify a name to lookup" has been changed to "provide a specific name to search for" for better clarity.

crafted command returns argument exception in Felicity v8.0.5

Bug Description:
the /crafted command returns System.ArgumentException for field count > 25 for parameter 'field'

Steps To Reproduce:
run /crafted on Felicity v.8.0.5

Expected Behaviour:
Should display a list of crafted weapon levels

Error message returned from the bot

Command
crafted
Parameters
[]
Error
System.ArgumentException: Field count must be less than or equal to 25. (Parameter 'field')

Additional Information:

  • I decline to being added to the Contributors list.

bugged profiles

Bug Description:
Some profiles have their bungie name stored as "#" and fail authentication.
Errors as Object reference not set to an instance of an object on vendor commands.;

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.