avrae / draconic

The Draconic language: a scripting language based off Python to run user scripts on the server safely.
MIT License
18 stars 9 forks source link

Safedict - add default to pop and add popitem #10

Closed storytellermahkasad closed 3 years ago

storytellermahkasad commented 3 years ago

Summary

Adds handling for pop(key, default) and popitem() Resolves AVR-803 (which is only on discord)

Checklist

PR Type